diff --git a/package.json b/package.json index 021b1a4..cb485ea 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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",