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:
parent
2b81fbc468
commit
d3a0e4fa60
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo There aren\\'t any tests yet!",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue