Skip to content

Commit

Permalink
feat(build): update to use ng2 beta7 & use ts typings, fixes #212
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Feb 23, 2016
1 parent 113c80d commit 31e6300
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 1,026 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"moment": "2.11.2"
},
"peerDependencies": {
"angular2": "^2.0.0-beta.2"
"angular2": "^2.0.0-beta.7"
},
"devDependencies": {
"angular2": "2.0.0-beta.3",
"angular2": "2.0.0-beta.7",
"async": "1.5.2",
"balanced-match": "0.3.0",
"bootstrap": "3.3.6",
"compression-webpack-plugin": "0.2.0",
"compression-webpack-plugin": "0.3.0",
"copy-webpack-plugin": "1.1.1",
"del": "2.2.0",
"es6-promise": "3.0.2",
"es6-promise": "3.1.2",
"es6-shim": "0.33.3",
"es7-reflect-metadata": "1.5.5",
"eslint": "1.10.3",
Expand All @@ -58,7 +58,7 @@
"gulp-eslint": "1.1.1",
"gulp-size": "2.0.0",
"gulp-tslint": "4.3.2",
"html-loader": "0.4.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.9.0",
"istanbul-instrumenter-loader": "0.2.0",
"jasmine": "2.4.1",
Expand All @@ -80,14 +80,14 @@
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.2",
"require-dir": "0.3.0",
"rxjs": "5.0.0-beta.0",
"rxjs": "5.0.0-beta.2",
"source-map-loader": "0.1.5",
"systemjs-builder": "0.15.9",
"ts-loader": "0.8.1",
"tslint": "3.3.0",
"typescript": "1.7.5",
"tslint": "3.4.0",
"typescript": "1.8.2",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1",
"zone.js": "0.5.14"
"zone.js": "0.5.15"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node_modules"
],
"files": [
"./tsd.d.ts",
"./typings/browser.d.ts",
"./ng2-bootstrap.ts"
]
}
3 changes: 0 additions & 3 deletions tsd.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-trailing-comma": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": false,
Expand All @@ -43,7 +42,6 @@
"quotemark": [true, "single"],
"radix": true,
"semicolon": true,
"sort-object-literal-keys": false,
"triple-equals": [true, "allow-null-check"],
"variable-name": false,
"whitespace": [true,
Expand Down
11 changes: 11 additions & 0 deletions typings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dependencies": {
"moment": "github:typed-typings/npm-moment#a4075cd50e63efbedd850f654594f293ab81a385",
"webpack": "github:tkqubo/typed-webpack#10d2cc44a01602b87f8e999eec90192e7e6b3edc"
},
"devDependencies": {},
"ambientDependencies": {
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c",
"require": "github:DefinitelyTyped/DefinitelyTyped/requirejs/require.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c"
}
}
25 changes: 0 additions & 25 deletions typings/es6-object.d.ts

This file was deleted.

Loading

0 comments on commit 31e6300

Please sign in to comment.