Skip to content
This repository was archived by the owner on Mar 29, 2018. It is now read-only.

Commit 2497846

Browse files
committed
Updated license to use SPDX identifier.
1 parent 56db24a commit 2497846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build-standalone": "browserify -s ModuleTranspiler -e lib/index.js -o es6-module-transpiler.js"
3838
},
3939
"author": "Square, Inc.",
40-
"license": "Apache 2",
40+
"license": "Apache-2.0",
4141
"dependencies": {
4242
"ast-util": "^0.5.1",
4343
"esprima-fb": "^7001.1.0-dev-harmony-fb",
@@ -56,4 +56,4 @@
5656
"fs": "./lib/browser/fs.js",
5757
"./lib/index.js": "./lib/browser/index.js"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)