Skip to content

Commit

Permalink
Move prepublish to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Oct 4, 2020
1 parent e1d9037 commit 9ca9525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pick-dom-element",
"version": "0.1.0",
"version": "0.1.1",
"description": "Interactively pick elements in the DOM",
"author": "Harry Marr",
"license": "MIT",
Expand All @@ -10,10 +10,10 @@
"dist"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"watch": "tsc --watch"
},
"prepublish": "tsc",
"devDependencies": {
"typescript": "^4.0.2"
}
Expand Down

0 comments on commit 9ca9525

Please sign in to comment.