1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Remove broken npm script

This commit is contained in:
Dan Finlay 2016-03-25 15:43:26 -07:00
parent 72904e7a4f
commit 7fc8195cb1

View File

@ -5,8 +5,7 @@
"private": true,
"scripts": {
"start": "gulp dev",
"test": "mocha --compilers js:babel-register --recursive",
"watch": "mocha watch --compilers js:babel-register --recursive"
"test": "mocha --compilers js:babel-register --recursive"
},
"dependencies": {
"async": "^1.5.2",