move clipboard module to devDependencies
Showing
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
"babelify": "^7.3.0", | "babelify": "^7.3.0", | ||
"brace": "^0.8.0", | "brace": "^0.8.0", | ||
"browserify-reload": "^1.0.3", | "browserify-reload": "^1.0.3", | ||
"clipboard-copy": "^1.2.0", | |||
"csjs-inject": "^1.0.1", | "csjs-inject": "^1.0.1", | ||
"csslint": "^1.0.2", | "csslint": "^1.0.2", | ||
"ethereum-remix": "https://github.com/ethereum/remix", | "ethereum-remix": "https://github.com/ethereum/remix", | ||
... | @@ -151,8 +152,5 @@ | ... | @@ -151,8 +152,5 @@ |
"test": "standard; npm run csslint; node test/index.js", | "test": "standard; npm run csslint; node test/index.js", | ||
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", | "test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", | ||
"watch": "watchify src/index.js --transform-key=development -dv -p browserify-reload -o build/app.js" | "watch": "watchify src/index.js --transform-key=development -dv -p browserify-reload -o build/app.js" | ||
}, | |||
"dependencies": { | |||
"clipboard-copy": "^1.2.0" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment