Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Updated for 0.5.0
Browse files Browse the repository at this point in the history
* now supports Angular 2 beta 7
* now uses modernWebDevBuild 0.5.x
* now uses TypeScript 1.8.x
  • Loading branch information
dsebastien committed Feb 19, 2016
1 parent 82f3b80 commit c602777
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.5.0
* now supports Angular 2 beta 7
* now uses modernWebDevBuild 0.5.x
* now uses TypeScript 1.8.x
* 0.4.1
* now supports Angular 2 beta 6
* removed tsd dependency
Expand Down
20 changes: 8 additions & 12 deletions app/templates/projectFiles/jspm.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ System.config({
},

map: {
"angular2": "npm:[email protected].6",
"angular2": "npm:[email protected].7",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"normalize.css": "github:necolas/[email protected]",
Expand Down Expand Up @@ -84,14 +84,14 @@ System.config({
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected].6": {
"npm:[email protected].7": {
"crypto": "github:jspm/[email protected]",
"es6-promise": "npm:es6-promise@3.0.2",
"es6-promise": "npm:es6-promise@3.1.2",
"es6-shim": "npm:[email protected]",
"process": "github:jspm/[email protected]",
"reflect-metadata": "npm:[email protected]",
"rxjs": "npm:[email protected].0",
"zone.js": "npm:[email protected].14"
"rxjs": "npm:[email protected].2",
"zone.js": "npm:[email protected].15"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]",
Expand Down Expand Up @@ -406,7 +406,7 @@ System.config({
"inherits": "npm:[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:es6-promise@3.0.2": {
"npm:es6-promise@3.1.2": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
Expand Down Expand Up @@ -552,10 +552,6 @@ System.config({
"buffer": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"buffer": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"buffer": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
Expand Down Expand Up @@ -620,8 +616,8 @@ System.config({
"npm:[email protected]": {
"indexof": "npm:[email protected]"
},
"npm:[email protected].14": {
"es6-promise": "npm:es6-promise@3.0.2",
"npm:[email protected].15": {
"es6-promise": "npm:es6-promise@3.1.2",
"process": "github:jspm/[email protected]"
}
}
Expand Down
8 changes: 4 additions & 4 deletions app/templates/projectTemplates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jspm": {
"configFile": "jspm.conf.js",
"dependencies": {
"angular2": "npm:[email protected].6",
"angular2": "npm:[email protected].7",
"babel-runtime": "npm:[email protected]",
"normalize.css": "github:necolas/[email protected]",
"rxjs": "npm:[email protected]"
Expand All @@ -32,7 +32,7 @@
"zone.js": "0.5.x",
"es6-shim": "0.33.x",
"rxjs": "5.0.0-beta.2",
"angular2": "2.0.0-beta.6"
"angular2": "2.0.0-beta.7"
},
"devDependencies": {
"babel-core": "6.5.x",
Expand All @@ -41,8 +41,8 @@
"gulp": "3.9.x",
"jspm": "0.16.x",
"nodemon": "1.8.x",
"typescript": "1.7.3",
"modern-web-dev-build": "0.4.x",
"typescript": "1.8.x",
"modern-web-dev-build": "0.5.x",
"jasmine-core": "2.4.x",
"karma-jasmine": "0.3.x",
"typings": "0.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-modern-web-dev",
"version": "0.4.1",
"version": "0.5.0",
"description": "Modern Web Development Yeoman Generator: Gulp, ES2015, TypeScript, Angular 2, SASS, Minification, Bundling, Sourcemaps, ...",
"author": {
"name": "Sebastien Dubois",
Expand Down

0 comments on commit c602777

Please sign in to comment.