Skip to content

Commit

Permalink
Remove bower as a dev dependency and remove bower postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan9393 committed Jun 4, 2018
1 parent e89369c commit ec51e80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@
"license": "MIT",
"scripts": {
"start": "polymer serve -o",
"postinstall": "bower i",
"test": "polymer test --plugin local",
"test:remote": "polymer test --plugin sauce",
"lint": "eslint --cache paper-autocomplete*.html test/paper*.html && polymer lint paper-autocomplete*.html --rules polymer-2-hybrid",
"publish-docs": "./publish-docs.sh",
"variants": "polymer install --variants && polymer serve -o -H 0.0.0.0",
"clean": "rm -rf bower_components bower_components-1.x bower-1.x.json"
"variants": "polymer install --variants && polymer serve -o -H 0.0.0.0"
},
"devDependencies": {
"bower": "^1.8.4",
"eslint": "^4.0.0",
"eslint-plugin-html": "^3.0.0",
"sinon": "^3.0.0",
Expand Down

0 comments on commit ec51e80

Please sign in to comment.