|
1 | 1 | { |
2 | 2 | "name": "wp-api-angular", |
3 | | - "version": "3.0.0-beta7", |
| 3 | + "version": "3.0.0-beta8", |
4 | 4 | "description": "WordPress WP-API v2 client for Angular2", |
5 | 5 | "main": "wp-api-angular.js", |
6 | 6 | "typings": "wp-api-angular.d.ts", |
|
12 | 12 | "watch": "rm -rf dist && node ./node_modules/@angular/compiler-cli/src/main.js", |
13 | 13 | "publish": "npm run build && npm publish dist", |
14 | 14 | "dumpdev": "ENV=dev webpack --progress --colors --config webpack.config.dist.js -d", |
15 | | - "dumpprod": "ENV=prod webpack --progress --colors --config webpack.config.dist.js -p", |
16 | | - "postinstall": "typings install", |
17 | | - "typings": "typings" |
| 15 | + "dumpprod": "ENV=prod webpack --progress --colors --config webpack.config.dist.js -p" |
18 | 16 | }, |
19 | 17 | "repository": { |
20 | 18 | "type": "git", |
|
34 | 32 | "url": "https://github.com/shprink/wp-api-angular/issues" |
35 | 33 | }, |
36 | 34 | "homepage": "https://github.com/shprink/wp-api-angular", |
| 35 | + "peerDependencies": { |
| 36 | + "@angular/core": "^4.0.0", |
| 37 | + "@angular/http": "^4.0.0" |
| 38 | + }, |
37 | 39 | "dependencies": { |
38 | | - "@angular/common": "^2.0.0", |
39 | | - "@angular/compiler": "^2.0.0", |
40 | | - "@angular/compiler-cli": "^2.4.4", |
41 | | - "@angular/core": "^2.0.0", |
42 | | - "@angular/http": "^2.0.0", |
43 | | - "@angular/platform-browser": "^2.0.0", |
44 | | - "@angular/platform-browser-dynamic": "^2.0.0", |
| 40 | + "@angular/common": "^4.0.0", |
| 41 | + "@angular/compiler": "^4.0.0", |
| 42 | + "@angular/platform-browser": "^4.0.0", |
| 43 | + "@angular/platform-browser-dynamic": "^4.0.0", |
45 | 44 | "rxjs": "^5.0.0" |
46 | 45 | }, |
47 | 46 | "devDependencies": { |
| 47 | + "@angular/compiler-cli": "^4.0.0", |
48 | 48 | "babel-core": "^6.10.4", |
49 | 49 | "babel-loader": "^6.2.4", |
50 | 50 | "core-js": "^2.4.0", |
|
0 commit comments