1
0
Fork 0

Fix rogue comma in npm package.json

This commit is contained in:
Starbeamrainbowlabs 2017-01-10 19:54:17 +00:00
parent 2b81fbc468
commit d3a0e4fa60
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
},
"scripts": {
"test": "echo There aren\\'t any tests yet!",
"build": "browserify $npm_package_main -t rollupify -o $npm_package_config_bundle_file",
"build": "browserify $npm_package_main -t rollupify -o $npm_package_config_bundle_file"
},
"repository": {
"type": "git",