Skip to content

Commit

Permalink
remove now-purge from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
petermikitsh committed Jul 26, 2018
1 parent fdd7fa1 commit b1552f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"db:migrate:test": "NODE_ENV=test sequelize db:migrate",
"db:migrate:prod": "NODE_ENV=production sequelize db:migrate",
"db:migrate:undo": "sequelize db:migrate:undo",
"deploy": "now --token $NOW_TOKEN && now alias --token $NOW_TOKEN && now-purge -t $NOW_TOKEN",
"deploy:local": "now && now alias && now-purge",
"deploy": "now -t $NOW_TOKEN && now alias -t $NOW_TOKEN && now rm myethereumapp --safe --yes -t $NOW_TOKEN",
"deploy:local": "now && now alias && now rm myethereumapp --safe --yes",
"lint": "npm-run-all --sequential lint:*",
"lint:css": "stylelint src/client/**/*.css",
"lint:js": "eslint 'src/**/*.js'",
Expand Down Expand Up @@ -72,7 +72,6 @@
"mini-css-extract-plugin": "0.4.1",
"node-fetch": "2.1.2",
"now": "11.3.0",
"now-purge": "0.0.15",
"npm-run-all": "4.1.3",
"open-browser-webpack-plugin": "0.0.5",
"postcss-loader": "2.1.6",
Expand Down

0 comments on commit b1552f1

Please sign in to comment.