Skip to content

Commit b441568

Browse files
authored
Merge pull request apache#103 from shazron/license-key-fix
Added license key to package.json (Apache-2.0)
2 parents e686ab7 + e854e0a commit b441568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
},
2121
"scripts": {
2222
"test": "node_modules/.bin/nodeunit test/parser test"
23-
}
23+
},
24+
"license": "Apache-2.0"
2425
}

0 commit comments

Comments
 (0)