Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Apr 29, 2017
1 parent e058819 commit 6674f9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-uploader",
"version": "3.0.0",
"version": "3.0.1",
"main": "bundles/ngx-uploader.umd.js",
"module": "index.ts",
"scripts": {
Expand All @@ -18,7 +18,8 @@
"server": "node dist/server.js",
"dev": "webpack --env.client --progress --hide-modules --watch & webpack --env.server --progress --hide-modules --watch",
"dev:aot": "webpack --env.client --env.aot --progress --hide-modules --watch & webpack --env.server --env.aot --progress --hide-modules --watch",
"watch": "nodemon ./dist/server.js"
"watch": "nodemon ./dist/server.js",
"prepublish": "webpack --config webpack.dist.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6674f9a

Please sign in to comment.