|
3 | 3 | "version": "1.0.3", |
4 | 4 | "description": "angular2 file upload directives", |
5 | 5 | "scripts": { |
6 | | - "flow.install:typings": "./node_modules/.bin/typings install", |
7 | | - "flow.compile": "npm run flow.install:typings && npm run flow.compile:common && npm run flow.compile:system", |
| 6 | + "flow.compile": "npm run flow.compile:common && npm run flow.compile:system", |
8 | 7 | "flow.compile:common": "./node_modules/.bin/tsc -p tsconfig.publish.json", |
9 | 8 | "flow.compile:system": "./.config/bundle-system.js", |
10 | 9 | "flow.copy:src": "./node_modules/.bin/cpy ng2-file-upload.ts \"components/*.ts\" ts --parents", |
11 | | - "flow.clean": "./node_modules/.bin/del bundles coverage demo-build typings \"components/**/*.+(js|d.ts|js.map)\" dist \"ng2-file-upload.+(js|d.ts|js.map)\"", |
| 10 | + "flow.clean": "./node_modules/.bin/del bundles coverage demo-build \"components/**/*.+(js|d.ts|js.map)\" dist \"ng2-file-upload.+(js|d.ts|js.map)\"", |
12 | 11 | "flow.deploy:gh-pages": "npm run flow.build:prod && ./node_modules/.bin/gh-pages -d demo-build", |
13 | 12 | "flow.eslint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext js --fix . .config", |
14 | 13 | "flow.tslint": "./node_modules/.bin/gulp lint", |
|
63 | 62 | "@angular/forms": "2.0.0", |
64 | 63 | "@angular/platform-browser": "2.0.0", |
65 | 64 | "@angular/platform-browser-dynamic": "2.0.0", |
| 65 | + "@types/jasmine": "2.2.34", |
| 66 | + "@types/node": "6.0.39", |
| 67 | + "@types/webpack": "1.12.34", |
66 | 68 | "async": "2.0.1", |
67 | 69 | "bootstrap": "3.3.7", |
68 | 70 | "codecov": "1.0.1", |
|
81 | 83 | "gulp-tslint": "6.1.1", |
82 | 84 | "lite-server": "2.2.2", |
83 | 85 | "marked": "0.3.6", |
84 | | - "ng2-bootstrap": "1.1.3", |
85 | | - "ng2-webpack-config": "0.0.4", |
| 86 | + "ng2-bootstrap": "1.1.5", |
| 87 | + "ng2-webpack-config": "0.0.5", |
86 | 88 | "pre-commit": "1.1.3", |
87 | 89 | "prismjs": "1.5.1", |
88 | 90 | "prismjs-loader": "0.0.3", |
|
91 | 93 | "rxjs": "5.0.0-beta.12", |
92 | 94 | "systemjs-builder": "0.15.31", |
93 | 95 | "tslint-config-valorsoft": "1.1.1", |
94 | | - "typescript": "1.8.10", |
95 | | - "typings": "1.3.3", |
96 | | - "zone.js": "0.6.23" |
| 96 | + "typescript": "2.0.2", |
| 97 | + "zone.js": "0.6.25" |
97 | 98 | }, |
98 | 99 | "contributors": [ |
99 | 100 | { |
|
0 commit comments