This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgraded to modernWebDevBuild 0.3.x (closes #51) - upgraded babel dependencies (closes #50) - upgraded to Angular 2 beta 1 (closes #49) - added jasmine imports in the provided unit test (closes #48) - switched from tsd to typings (closes #38)
- Loading branch information
1 parent
f9d117a
commit 3274e7c
Showing
12 changed files
with
87 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
// This file is intentionally without code. | ||
// This file is intentionally without code | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
System.config({ | ||
defaultJSExtensions: true, | ||
transpiler: "none", | ||
transpiler: false, | ||
paths: { | ||
"github:*": "jspm_packages/github/*", | ||
"npm:*": "jspm_packages/npm/*" | ||
}, | ||
|
||
map: { | ||
"angular2": "npm:[email protected].0", | ||
"babel": "npm:babel-core@6.3.21", | ||
"angular2": "npm:[email protected].1", | ||
"babel": "npm:babel-core@6.4.0", | ||
"babel-runtime": "npm:[email protected]", | ||
"core-js": "npm:[email protected]", | ||
"normalize.css": "github:necolas/[email protected]", | ||
|
@@ -17,7 +17,7 @@ System.config({ | |
"assert": "npm:[email protected]" | ||
}, | ||
"github:jspm/[email protected]": { | ||
"buffer": "npm:buffer@3.5.5" | ||
"buffer": "npm:buffer@3.6.0" | ||
}, | ||
"github:jspm/[email protected]": { | ||
"constants-browserify": "npm:[email protected]" | ||
|
@@ -85,7 +85,7 @@ System.config({ | |
"path": "github:jspm/[email protected]", | ||
"process": "github:jspm/[email protected]" | ||
}, | ||
"npm:[email protected].0": { | ||
"npm:[email protected].1": { | ||
"crypto": "github:jspm/[email protected]", | ||
"es6-promise": "npm:[email protected]", | ||
"es6-shim": "npm:[email protected]", | ||
|
@@ -94,9 +94,9 @@ System.config({ | |
"rxjs": "npm:[email protected]", | ||
"zone.js": "npm:[email protected]" | ||
}, | ||
"npm:asn1.js@4.2.1": { | ||
"npm:asn1.js@4.3.0": { | ||
"assert": "github:jspm/[email protected]", | ||
"bn.js": "npm:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"buffer": "github:jspm/[email protected]", | ||
"inherits": "npm:[email protected]", | ||
"minimalistic-assert": "npm:[email protected]", | ||
|
@@ -113,18 +113,18 @@ System.config({ | |
"line-numbers": "npm:[email protected]", | ||
"repeating": "npm:[email protected]" | ||
}, | ||
"npm:babel-core@6.3.21": { | ||
"npm:babel-core@6.4.0": { | ||
"babel-code-frame": "npm:[email protected]", | ||
"babel-generator": "npm:babel-generator@6.3.21", | ||
"babel-helpers": "npm:babel-helpers@6.3.13", | ||
"babel-generator": "npm:babel-generator@6.4.2", | ||
"babel-helpers": "npm:babel-helpers@6.4.0", | ||
"babel-messages": "npm:[email protected]", | ||
"babel-register": "npm:[email protected]", | ||
"babel-runtime": "npm:[email protected]", | ||
"babel-template": "npm:[email protected]", | ||
"babel-traverse": "npm:[email protected].24", | ||
"babel-types": "npm:babel-types@6.3.24", | ||
"babylon": "npm:babylon@6.3.21", | ||
"convert-source-map": "npm:[email protected].2", | ||
"babel-traverse": "npm:[email protected].26", | ||
"babel-types": "npm:babel-types@6.4.1", | ||
"babylon": "npm:babylon@6.4.2", | ||
"convert-source-map": "npm:[email protected].3", | ||
"debug": "npm:[email protected]", | ||
"fs": "github:jspm/[email protected]", | ||
"json5": "npm:[email protected]", | ||
|
@@ -142,10 +142,10 @@ System.config({ | |
"systemjs-json": "github:systemjs/[email protected]", | ||
"util": "github:jspm/[email protected]" | ||
}, | ||
"npm:babel-generator@6.3.21": { | ||
"npm:babel-generator@6.4.2": { | ||
"babel-messages": "npm:[email protected]", | ||
"babel-runtime": "npm:[email protected]", | ||
"babel-types": "npm:babel-types@6.3.24", | ||
"babel-types": "npm:babel-types@6.4.1", | ||
"buffer": "github:jspm/[email protected]", | ||
"detect-indent": "npm:[email protected]", | ||
"is-integer": "npm:[email protected]", | ||
|
@@ -154,7 +154,7 @@ System.config({ | |
"source-map": "npm:[email protected]", | ||
"trim-right": "npm:[email protected]" | ||
}, | ||
"npm:babel-helpers@6.3.13": { | ||
"npm:babel-helpers@6.4.0": { | ||
"babel-runtime": "npm:[email protected]", | ||
"babel-template": "npm:[email protected]" | ||
}, | ||
|
@@ -163,7 +163,7 @@ System.config({ | |
"util": "github:jspm/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"babel-core": "npm:babel-core@6.3.21", | ||
"babel-core": "npm:babel-core@6.4.0", | ||
"babel-runtime": "npm:[email protected]", | ||
"core-js": "npm:[email protected]", | ||
"fs": "github:jspm/[email protected]", | ||
|
@@ -183,32 +183,32 @@ System.config({ | |
}, | ||
"npm:[email protected]": { | ||
"babel-runtime": "npm:[email protected]", | ||
"babel-traverse": "npm:[email protected].24", | ||
"babel-types": "npm:babel-types@6.3.24", | ||
"babylon": "npm:babylon@6.3.21", | ||
"babel-traverse": "npm:[email protected].26", | ||
"babel-types": "npm:babel-types@6.4.1", | ||
"babylon": "npm:babylon@6.4.2", | ||
"lodash": "npm:[email protected]" | ||
}, | ||
"npm:[email protected].24": { | ||
"npm:[email protected].26": { | ||
"babel-code-frame": "npm:[email protected]", | ||
"babel-messages": "npm:[email protected]", | ||
"babel-runtime": "npm:[email protected]", | ||
"babel-types": "npm:babel-types@6.3.24", | ||
"babylon": "npm:babylon@6.3.21", | ||
"babel-types": "npm:babel-types@6.4.1", | ||
"babylon": "npm:babylon@6.4.2", | ||
"debug": "npm:[email protected]", | ||
"globals": "npm:globals@8.15.0", | ||
"globals": "npm:globals@8.18.0", | ||
"invariant": "npm:[email protected]", | ||
"lodash": "npm:[email protected]", | ||
"process": "github:jspm/[email protected]", | ||
"repeating": "npm:[email protected]" | ||
}, | ||
"npm:babel-types@6.3.24": { | ||
"npm:babel-types@6.4.1": { | ||
"babel-runtime": "npm:[email protected]", | ||
"babel-traverse": "npm:[email protected].24", | ||
"babel-traverse": "npm:[email protected].26", | ||
"esutils": "npm:[email protected]", | ||
"lodash": "npm:[email protected]", | ||
"to-fast-properties": "npm:[email protected]" | ||
}, | ||
"npm:babylon@6.3.21": { | ||
"npm:babylon@6.4.2": { | ||
"babel-runtime": "npm:[email protected]", | ||
"fs": "github:jspm/[email protected]", | ||
"process": "github:jspm/[email protected]" | ||
|
@@ -243,14 +243,14 @@ System.config({ | |
"inherits": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"bn.js": "npm:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"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:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"browserify-rsa": "npm:[email protected]", | ||
"buffer": "github:jspm/[email protected]", | ||
"create-hash": "npm:[email protected]", | ||
|
@@ -265,7 +265,7 @@ System.config({ | |
"buffer": "github:jspm/[email protected]", | ||
"systemjs-json": "github:systemjs/[email protected]" | ||
}, | ||
"npm:buffer@3.5.5": { | ||
"npm:buffer@3.6.0": { | ||
"base64-js": "npm:[email protected]", | ||
"child_process": "github:jspm/[email protected]", | ||
"fs": "github:jspm/[email protected]", | ||
|
@@ -290,7 +290,7 @@ System.config({ | |
"npm:[email protected]": { | ||
"systemjs-json": "github:systemjs/[email protected]" | ||
}, | ||
"npm:[email protected].2": { | ||
"npm:[email protected].3": { | ||
"buffer": "github:jspm/[email protected]", | ||
"fs": "github:jspm/[email protected]", | ||
"path": "github:jspm/[email protected]" | ||
|
@@ -305,7 +305,7 @@ System.config({ | |
"buffer": "github:jspm/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"bn.js": "npm:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"buffer": "github:jspm/[email protected]", | ||
"crypto": "github:jspm/[email protected]", | ||
"elliptic": "npm:[email protected]" | ||
|
@@ -360,15 +360,15 @@ System.config({ | |
"systemjs-json": "github:systemjs/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"bn.js": "npm:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"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:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"brorand": "npm:[email protected]", | ||
"hash.js": "npm:[email protected]", | ||
"inherits": "npm:[email protected]", | ||
|
@@ -389,7 +389,7 @@ System.config({ | |
"buffer": "github:jspm/[email protected]", | ||
"process": "github:jspm/[email protected]" | ||
}, | ||
"npm:globals@8.15.0": { | ||
"npm:globals@8.18.0": { | ||
"systemjs-json": "github:systemjs/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
|
@@ -434,7 +434,7 @@ System.config({ | |
"util": "github:jspm/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"bn.js": "npm:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"brorand": "npm:[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
|
@@ -445,7 +445,7 @@ System.config({ | |
"process": "github:jspm/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"asn1.js": "npm:asn1.js@4.2.1", | ||
"asn1.js": "npm:asn1.js@4.3.0", | ||
"browserify-aes": "npm:[email protected]", | ||
"buffer": "github:jspm/[email protected]", | ||
"create-hash": "npm:[email protected]", | ||
|
@@ -475,7 +475,7 @@ System.config({ | |
"assert": "github:jspm/[email protected]" | ||
}, | ||
"npm:[email protected]": { | ||
"bn.js": "npm:[email protected].1", | ||
"bn.js": "npm:[email protected].2", | ||
"browserify-rsa": "npm:[email protected]", | ||
"buffer": "github:jspm/[email protected]", | ||
"create-hash": "npm:[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"dependencies": { | ||
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#d2dd0dbfc70f5bd50aab635156620b3a2578a48d" | ||
}, | ||
"devDependencies": {}, | ||
"ambientDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
This folder should only contain TypeScript type definitions (.d.ts) files. | ||
Type definition files should be installed using `tsd install <name> --save`; once that command is issued: | ||
* tsd.json will be updated | ||
Type definition files should be installed using `typings install ... --save`; once that command is issued: | ||
* typings.json will be updated | ||
* the typings will be downloaded below this folder | ||
* references to these typings files will be added to `tsd.d.ts` | ||
* references to these typings files will be added to both `main.d.ts` and `browser.d.ts` | ||
|
||
All type definition files in this folder will automatically be picked up by the TypeScript compiler. | ||
|
||
For more details about the typings CLI, check out the official docs: https://github.com/typings/typings |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.