1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

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

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",