Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
},
"license": "MIT",
"scripts": {
"clean": "rimraf node_modules doc dist && npm cache clean",
"clean": "rimraf node_modules doc dist && npm cache clean && npm run clean-build",
"clean-install": "npm run clean && npm install",
"clean-start": "npm run clean-install && npm start",
"clean-build": "rimraf ./src/*.d.ts ./src/*.js ./src/*.js.maps ./ngx-your-library.js ./ngx-your-library.js.map ./ngx-your-library.d.ts",
"watch": "webpack --watch --progress --profile",
"build": "tsc --p tsconfig-build.json",
"server": "webpack-dev-server --inline --progress --port 8080",
Expand All @@ -29,25 +30,26 @@
"postinstall": "npm run webdriver-update"
},
"dependencies": {
"@angular/common": "2.4.2",
"@angular/compiler": "2.4.2",
"@angular/core": "2.4.2",
"@angular/forms": "2.4.2",
"@angular/http": "2.4.2",
"@angular/platform-browser": "2.4.2",
"@angular/platform-browser-dynamic": "2.4.2",
"@angular/router": "3.4.2",
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/router": "3.4.8",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "^0.1.9",
"rxjs": "5.0.1",
"zone.js": "^0.7.2"
"zone.js": "^0.7.7"
},
"devDependencies": {
"@angularclass/hmr": "^1.0.1",
"@angularclass/hmr-loader": "^3.0.2",
"@types/core-js": "^0.9.0",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.38",
"@types/lodash": "4.14.50",
"@types/selenium-webdriver": "2.53.33",
"angular2-template-loader": "^0.6.0",
"autoprefixer": "^6.3.2",
Expand Down
26 changes: 14 additions & 12 deletions packagedev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
},
"license": "MIT",
"scripts": {
"clean": "rimraf node_modules doc dist && npm cache clean",
"clean": "rimraf node_modules doc dist && npm cache clean && npm run clean-build",
"clean-install": "npm run clean && npm install",
"clean-start": "npm run clean-install && npm start",
"clean-build": "rimraf ./src/*.d.ts ./src/*.js ./src/*.js.maps ./ngx-your-library.js ./ngx-your-library.js.map ./ngx-your-library.d.ts",
"watch": "webpack --watch --progress --profile",
"build": "tsc --p tsconfig-build.json",
"server": "webpack-dev-server --inline --progress --port 8080",
Expand All @@ -29,25 +30,26 @@
"postinstall": "npm run webdriver-update"
},
"dependencies": {
"@angular/common": "2.4.2",
"@angular/compiler": "2.4.2",
"@angular/core": "2.4.2",
"@angular/forms": "2.4.2",
"@angular/http": "2.4.2",
"@angular/platform-browser": "2.4.2",
"@angular/platform-browser-dynamic": "2.4.2",
"@angular/router": "3.4.2",
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/router": "3.4.8",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "^0.1.9",
"rxjs": "5.0.1",
"zone.js": "^0.7.2"
"zone.js": "^0.7.7"
},
"devDependencies": {
"@angularclass/hmr": "^1.0.1",
"@angularclass/hmr-loader": "^3.0.2",
"@types/core-js": "^0.9.0",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.38",
"@types/lodash": "4.14.50",
"@types/selenium-webdriver": "2.53.33",
"angular2-template-loader": "^0.6.0",
"autoprefixer": "^6.3.2",
Expand Down