Skip to content

Commit

Permalink
Fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
yabab-dev committed Oct 16, 2016
1 parent 5ba8430 commit d5411e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "ng2-ckeditor",
"version": "1.1.3",
"version": "1.1.4",
"description": "Angular2 CKEditor component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "npm run build && npm run build:aot",
"build": "node_modules/.bin/tsc",
"build:aot": "node_modules/.bin/ngc -p tsconfig-aot.json"
},
Expand All @@ -26,6 +27,7 @@
},
"homepage": "https://github.com/chymz/ng2-ckeditor#readme",
"devDependencies": {
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/platform-server": "^2.1.0",
"@types/ckeditor": "0.0.33",
Expand Down

0 comments on commit d5411e0

Please sign in to comment.