Skip to content

Commit

Permalink
reverted scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofigelov committed Oct 29, 2020
1 parent b4c5df1 commit f118fa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
},
"homepage": "https://github.com/Delete-Agency/dc",
"scripts": {
"standalone": "webpack --config webpack.standalone.config.js",
"demo": "webpack --config webpack.demo.config.js",
"demo:watch": "webpack --config webpack.demo.config.js --watch"
"demo:watch": "webpack --config webpack.demo.config.js --watch",
"test": "echo \"No test specified\"",
"prepublish": "npm run standalone"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit f118fa1

Please sign in to comment.