Skip to content

Commit

Permalink
Merge pull request #93 from cannontechnology/master
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
cannontechnology committed Sep 28, 2021
2 parents 54310c9 + 2ddb443 commit 01d71bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "ngx-drag-and-drop-lists",
"version": "1.3.2",
"version": "1.3.3",
"description": "angular drag and drop component for lists",
"main": "index.js",
"scripts": {
"ngc": "ngc",
"build": "npm run ngc && node ./scripts/copy-package",
"publishPackage": "npm run build && cd dist && npm publish",
"dev": "tsc --watch",
"postinstall": "tsc"
"dev": "tsc --watch"
},
"precommit": [
"build"
Expand Down Expand Up @@ -49,4 +48,4 @@
"typescript": "~3.8.3",
"zone.js": "^0.10.3"
}
}
}

0 comments on commit 01d71bc

Please sign in to comment.