Skip to content

Commit

Permalink
build(build process): Using the new build method (rollup + gulp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caballerog committed Apr 25, 2017
1 parent f29fd4e commit b139abe
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": "ng2-inline-editor",
"version": "0.1.1-alpha.15",
"version": "0.1.1-alpha.16",
"keywords": [
"angular",
"angular4"
Expand All @@ -23,7 +23,7 @@
"build": "node_modules/.bin/gulp build && echo 'To publish a new version of library, please use npm run publish'",
"build:watch": "node_modules/.bin/gulp",
"clean": "node_modules/.bin/gulp clean",
"commit": "git-cz",
"commit": "node_modules/.bin/git-cz",
"lint": "node_modules/.bin/tslint --type-check --project ./src/tsconfig.json src/**/*.ts",
"publish": "cd dist && npm publish",
"test": "node_modules/.bin/tsc && node_modules/.bin/karma start"
Expand Down

0 comments on commit b139abe

Please sign in to comment.