|
1 | 1 | { |
2 | 2 | "name": "angular2-tree-component", |
3 | | - "version": "2.8.1", |
| 3 | + "version": "2.8.2", |
4 | 4 | "description": "A simple yet powerful tree component for Angular2", |
5 | 5 | "author": "Adam Klein <adam@500tech.com>", |
6 | 6 | "homepage": "https://github.com/500tech/angular2-tree-component", |
|
24 | 24 | "lint": "tslint lib/**/*.ts", |
25 | 25 | "rollup": "rollup -c rollup.config.js dist/angular2-tree-component.js > dist/angular2-tree-component.umd.js", |
26 | 26 | "build": "npm run lint && npm run clean:typescript && ngc && npm run rollup", |
27 | | - "example:cli": "npm run build && cp -rf dist example/cli/node_modules/angular2-tree-component/ && cd example/cli && ng serve", |
| 27 | + "example:cli": "ngc && cp -rf dist example/cli/node_modules/angular2-tree-component/ && cd example/cli && ng serve", |
28 | 28 | "example:cli:build": "cd example/cli && ng build --aot" |
29 | 29 | }, |
30 | 30 | "files": [ |
|
35 | 35 | "Adam Klein <adam@500tech.com>" |
36 | 36 | ], |
37 | 37 | "peerDependencies": { |
38 | | - "@angular/core": "^2.0.0", |
39 | | - "@angular/common": "^2.0.0" |
| 38 | + "@angular/common": "^2.0.0", |
| 39 | + "@angular/core": "^2.0.0" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | 42 | "lodash": "^4.6.1", |
|
53 | 53 | "@angular/platform-browser-dynamic": "^2.3.0", |
54 | 54 | "@angular/platform-server": "^2.3.0", |
55 | 55 | "@types/jasmine": "2.5.38", |
56 | | - "@types/lodash": "4.14.40", |
| 56 | + "@types/lodash": "^4.14.52", |
57 | 57 | "@types/node": "^6.0.38", |
58 | 58 | "@types/rx": "2.5.34", |
59 | 59 | "@types/webpack": "^1.12.29", |
60 | 60 | "codelyzer": "2.0.0-beta.4", |
61 | 61 | "core-js": "^2.4.0", |
62 | 62 | "lodash": "^4.6.1", |
63 | 63 | "rimraf": "^2.5.1", |
64 | | - "rollup": "0.41.4", |
| 64 | + "rollup": "^0.41.4", |
65 | 65 | "rxjs": "^5.0.0", |
66 | 66 | "tslint": "4.4.2", |
67 | 67 | "typedoc": "^0.3.12", |
68 | 68 | "typescript": "^2.1.4", |
69 | 69 | "zone.js": "^0.7.2" |
70 | 70 | }, |
71 | | - "repository": { |
72 | | - "type": "git", |
73 | | - "url": "https://github.com/500tech/angular2-tree-component.git" |
74 | | - }, |
| 71 | + "repository": "https://github.com/500tech/angular2-tree-component.git", |
75 | 72 | "bugs": { |
76 | 73 | "url": "https://github.com/500tech/angular2-tree-component/issues" |
77 | 74 | }, |
|
0 commit comments