|
29 | 29 | "bvd": "npm run build:vendor && npm run deploy", |
30 | 30 | "lint": "tslint ./src/**/*.ts[x]", |
31 | 31 | "test": "jspm run src/test-runner | faucet", |
| 32 | + "tsc": "tsc -p src", |
32 | 33 | "_jspm-bundle-vendor-dev": "jspm bundle bundle-config.vendor.dev.js temp/vendor.dev.js -d", |
33 | 34 | "_jspm-bundle-vendor": "jspm bundle bundle-config.vendor.js dist/vendor.js -ms", |
34 | 35 | "post_jspm-bundle-vendor": "cp jspm.config.js jspm_packages/system.js dist/", |
|
38 | 39 | "devDependencies": { |
39 | 40 | "@types/blue-tape": "^0.1.29", |
40 | 41 | "@types/classnames": "^0.0.28", |
41 | | - "@types/react": "^0.14.33", |
| 42 | + "@types/react": "^0.14.34", |
42 | 43 | "@types/react-dom": "^0.14.16", |
43 | 44 | "@types/react-redux": "^4.4.31", |
44 | 45 | "@types/react-router": "^2.0.33", |
45 | 46 | "@types/react-router-redux": "^4.0.32", |
46 | | - "@types/redux": "^3.5.28", |
| 47 | + "@types/redux": "^3.5.29", |
47 | 48 | "@types/redux-actions": "^0.8.29", |
48 | 49 | "@types/tape": "^4.2.27", |
49 | 50 | "@types/whatwg-fetch": "^0.0.30", |
50 | 51 | "faucet": "^0.0.1", |
51 | | - "husky": "^0.11.6", |
| 52 | + "husky": "^0.11.7", |
52 | 53 | "jspm": "^0.17.0-beta.28", |
53 | 54 | "jspm-hmr": "^0.4.2", |
54 | 55 | "regenerator": "^0.8.46", |
55 | 56 | "rimraf": "^2.5.4", |
56 | | - "tslint": "^3.15.0", |
| 57 | + "tslint": "^3.15.1", |
57 | 58 | "typescript": "^2.0.2" |
58 | 59 | }, |
59 | 60 | "jspm": { |
|
0 commit comments