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

Commit

Permalink
Added support for Angular 2 beta 9 (closes #95)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Mar 15, 2016
1 parent 7f8b5df commit db563ae
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 57 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 0.5.3
* now supports Angular 2 beta 9
* 0.5.2
* now supports Angular 2 beta 8
* 0.5.1
Expand Down
108 changes: 54 additions & 54 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].8",
"angular2": "npm:[email protected].9",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"normalize.css": "github:necolas/[email protected]",
Expand Down Expand Up @@ -84,7 +84,7 @@ System.config({
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected].8": {
"npm:[email protected].9": {
"crypto": "github:jspm/[email protected]",
"es6-promise": "npm:[email protected]",
"es6-shim": "npm:[email protected]",
Expand All @@ -96,9 +96,9 @@ System.config({
"npm:[email protected]": {
"color-convert": "npm:[email protected]"
},
"npm:[email protected].1": {
"npm:[email protected].2": {
"assert": "github:jspm/[email protected]",
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"buffer": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"inherits": "npm:[email protected]",
Expand All @@ -108,7 +108,7 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:babel-code-frame@6.6.0": {
"npm:babel-code-frame@6.7.2": {
"babel-runtime": "npm:[email protected]",
"chalk": "npm:[email protected]",
"esutils": "npm:[email protected]",
Expand All @@ -117,16 +117,16 @@ System.config({
"repeating": "npm:[email protected]"
},
"npm:[email protected]": {
"babel-code-frame": "npm:babel-code-frame@6.6.0",
"babel-generator": "npm:babel-generator@6.6.4",
"babel-code-frame": "npm:babel-code-frame@6.7.2",
"babel-generator": "npm:babel-generator@6.7.2",
"babel-helpers": "npm:[email protected]",
"babel-messages": "npm:babel-messages@6.6.0",
"babel-register": "npm:babel-register@6.6.0",
"babel-messages": "npm:babel-messages@6.7.2",
"babel-register": "npm:babel-register@6.7.2",
"babel-runtime": "npm:[email protected]",
"babel-template": "npm:babel-template@6.6.4",
"babel-traverse": "npm:babel-traverse@6.6.4",
"babel-types": "npm:babel-types@6.6.4",
"babylon": "npm:babylon@6.6.4",
"babel-template": "npm:babel-template@6.7.0",
"babel-traverse": "npm:babel-traverse@6.7.3",
"babel-types": "npm:babel-types@6.7.2",
"babylon": "npm:babylon@6.7.0",
"convert-source-map": "npm:[email protected]",
"debug": "npm:[email protected]",
"fs": "github:jspm/[email protected]",
Expand All @@ -145,17 +145,17 @@ System.config({
"systemjs-json": "github:systemjs/[email protected]",
"util": "github:jspm/[email protected]"
},
"npm:babel-core@6.6.4": {
"babel-code-frame": "npm:babel-code-frame@6.6.0",
"babel-generator": "npm:babel-generator@6.6.4",
"npm:babel-core@6.7.2": {
"babel-code-frame": "npm:babel-code-frame@6.7.2",
"babel-generator": "npm:babel-generator@6.7.2",
"babel-helpers": "npm:[email protected]",
"babel-messages": "npm:babel-messages@6.6.0",
"babel-register": "npm:babel-register@6.6.0",
"babel-messages": "npm:babel-messages@6.7.2",
"babel-register": "npm:babel-register@6.7.2",
"babel-runtime": "npm:[email protected]",
"babel-template": "npm:babel-template@6.6.4",
"babel-traverse": "npm:babel-traverse@6.6.4",
"babel-types": "npm:babel-types@6.6.4",
"babylon": "npm:babylon@6.6.4",
"babel-template": "npm:babel-template@6.7.0",
"babel-traverse": "npm:babel-traverse@6.7.3",
"babel-types": "npm:babel-types@6.7.2",
"babylon": "npm:babylon@6.7.0",
"convert-source-map": "npm:[email protected]",
"debug": "npm:[email protected]",
"fs": "github:jspm/[email protected]",
Expand All @@ -174,10 +174,10 @@ System.config({
"systemjs-json": "github:systemjs/[email protected]",
"util": "github:jspm/[email protected]"
},
"npm:babel-generator@6.6.4": {
"babel-messages": "npm:babel-messages@6.6.0",
"npm:babel-generator@6.7.2": {
"babel-messages": "npm:babel-messages@6.7.2",
"babel-runtime": "npm:[email protected]",
"babel-types": "npm:babel-types@6.6.4",
"babel-types": "npm:babel-types@6.7.2",
"buffer": "github:jspm/[email protected]",
"detect-indent": "npm:[email protected]",
"is-integer": "npm:[email protected]",
Expand All @@ -188,16 +188,16 @@ System.config({
},
"npm:[email protected]": {
"babel-runtime": "npm:[email protected]",
"babel-template": "npm:babel-template@6.6.4"
"babel-template": "npm:babel-template@6.7.0"
},
"npm:babel-messages@6.6.0": {
"npm:babel-messages@6.7.2": {
"babel-runtime": "npm:[email protected]",
"util": "github:jspm/[email protected]"
},
"npm:babel-register@6.6.0": {
"babel-core": "npm:babel-core@6.6.4",
"npm:babel-register@6.7.2": {
"babel-core": "npm:babel-core@6.7.2",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected].3",
"core-js": "npm:[email protected].5",
"fs": "github:jspm/[email protected]",
"home-or-tmp": "npm:[email protected]",
"lodash": "npm:[email protected]",
Expand All @@ -214,39 +214,39 @@ System.config({
"core-js": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:babel-template@6.6.4": {
"npm:babel-template@6.7.0": {
"babel-runtime": "npm:[email protected]",
"babel-traverse": "npm:babel-traverse@6.6.4",
"babel-types": "npm:babel-types@6.6.4",
"babylon": "npm:babylon@6.6.4",
"babel-traverse": "npm:babel-traverse@6.7.3",
"babel-types": "npm:babel-types@6.7.2",
"babylon": "npm:babylon@6.7.0",
"lodash": "npm:[email protected]"
},
"npm:babel-traverse@6.6.4": {
"babel-code-frame": "npm:babel-code-frame@6.6.0",
"babel-messages": "npm:babel-messages@6.6.0",
"npm:babel-traverse@6.7.3": {
"babel-code-frame": "npm:babel-code-frame@6.7.2",
"babel-messages": "npm:babel-messages@6.7.2",
"babel-runtime": "npm:[email protected]",
"babel-types": "npm:babel-types@6.6.4",
"babylon": "npm:babylon@6.6.4",
"babel-types": "npm:babel-types@6.7.2",
"babylon": "npm:babylon@6.7.0",
"debug": "npm:[email protected]",
"globals": "npm:[email protected]",
"invariant": "npm:[email protected].0",
"invariant": "npm:[email protected].1",
"lodash": "npm:[email protected]",
"process": "github:jspm/[email protected]",
"repeating": "npm:[email protected]"
},
"npm:babel-types@6.6.4": {
"npm:babel-types@6.7.2": {
"babel-runtime": "npm:[email protected]",
"babel-traverse": "npm:babel-traverse@6.6.4",
"babel-traverse": "npm:babel-traverse@6.7.3",
"esutils": "npm:[email protected]",
"lodash": "npm:[email protected]",
"to-fast-properties": "npm:[email protected]"
},
"npm:babylon@6.6.4": {
"npm:babylon@6.7.0": {
"babel-runtime": "npm:[email protected]",
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:bn.js@4.10.5": {
"npm:bn.js@4.11.0": {
"buffer": "github:jspm/[email protected]"
},
"npm:[email protected]": {
Expand Down Expand Up @@ -279,14 +279,14 @@ System.config({
"inherits": "npm:[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"buffer": "github:jspm/[email protected]",
"constants": "github:jspm/[email protected]",
"crypto": "github:jspm/[email protected]",
"randombytes": "npm:[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"browserify-rsa": "npm:[email protected]",
"buffer": "github:jspm/[email protected]",
"create-hash": "npm:[email protected]",
Expand Down Expand Up @@ -337,7 +337,7 @@ System.config({
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected].3": {
"npm:[email protected].5": {
"fs": "github:jspm/[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
Expand All @@ -347,7 +347,7 @@ System.config({
"buffer": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"buffer": "github:jspm/[email protected]",
"crypto": "github:jspm/[email protected]",
"elliptic": "npm:[email protected]"
Expand Down Expand Up @@ -402,15 +402,15 @@ System.config({
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"buffer": "github:jspm/[email protected]",
"crypto": "github:jspm/[email protected]",
"miller-rabin": "npm:[email protected]",
"randombytes": "npm:[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"brorand": "npm:[email protected]",
"hash.js": "npm:[email protected]",
"inherits": "npm:[email protected]",
Expand Down Expand Up @@ -447,7 +447,7 @@ System.config({
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:[email protected].0": {
"npm:[email protected].1": {
"loose-envify": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
Expand Down Expand Up @@ -476,7 +476,7 @@ System.config({
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"brorand": "npm:[email protected]"
},
"npm:[email protected]": {
Expand All @@ -493,7 +493,7 @@ System.config({
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"asn1.js": "npm:[email protected].1",
"asn1.js": "npm:[email protected].2",
"browserify-aes": "npm:[email protected]",
"buffer": "github:jspm/[email protected]",
"create-hash": "npm:[email protected]",
Expand Down Expand Up @@ -523,7 +523,7 @@ System.config({
"assert": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"bn.js": "npm:bn.js@4.10.5",
"bn.js": "npm:bn.js@4.11.0",
"browserify-rsa": "npm:[email protected]",
"buffer": "github:jspm/[email protected]",
"create-hash": "npm:[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions app/templates/projectTemplates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jspm": {
"configFile": "jspm.conf.js",
"dependencies": {
"angular2": "npm:[email protected].8",
"angular2": "npm:[email protected].9",
"babel-runtime": "npm:[email protected]",
"normalize.css": "github:necolas/[email protected]",
"rxjs": "npm:[email protected]"
Expand All @@ -33,7 +33,7 @@
"zone.js": "0.5.x",
"es6-shim": "0.33.x",
"rxjs": "5.0.0-beta.2",
"angular2": "2.0.0-beta.8"
"angular2": "2.0.0-beta.9"
},
"devDependencies": {
"babel-core": "6.5.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.5.2",
"version": "0.5.3",
"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 db563ae

Please sign in to comment.