Skip to content

Commit

Permalink
chore: remove deprecated script
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Aug 18, 2020
1 parent e98ce41 commit 0e12df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"scripts": {
"lint": "eslint src/plugin.js",
"build": "babel src/plugin.js --out-file src/plugin.es5.js",
"prepublish": "npm run lint && npm run build"
"build": "babel src/plugin.js --out-file src/plugin.es5.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0e12df0

Please sign in to comment.