Skip to content

Commit 52cc512

Browse files
committed
chore: package.json and typings updates
1 parent 8e4b387 commit 52cc512

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="0.2.2"></a>
2+
# 0.2.2 (2016-05-21)
3+
* Update to Typings 1.x
4+
15
<a name="0.2.1"></a>
26
# 0.2.1 (2016-05-03)
37
* Angular 2 RC01 version

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"rxjs": "5.0.0-beta.6",
3737
"zone.js": "^0.6.12",
3838

39-
"angular2-in-memory-web-api": "0.0.9",
39+
"angular2-in-memory-web-api": "0.0.10",
4040
"bootstrap": "^3.3.6"
4141
},
4242
"devDependencies": {
4343
"concurrently": "^2.0.0",
4444
"lite-server": "^2.2.0",
4545
"typescript": "^1.8.10",
46-
"typings": "^0.8.1",
46+
"typings": "^1.0.4",
4747

4848
"canonical-path": "0.0.2",
4949
"http-server": "^0.9.0",

systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
var packages = {
1818
'app': { main: 'main.js', defaultExtension: 'js' },
1919
'rxjs': { defaultExtension: 'js' },
20-
'angular2-in-memory-web-api': { defaultExtension: 'js' },
20+
'angular2-in-memory-web-api': { main: 'index.js', defaultExtension: 'js' },
2121
};
2222

2323
var ngPackageNames = [

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@
99
"removeComments": false,
1010
"noImplicitAny": true,
1111
"suppressImplicitAnyIndexErrors": true
12-
},
13-
"exclude": [
14-
"node_modules",
15-
"typings/main",
16-
"typings/main.d.ts"
17-
]
12+
}
1813
}

typings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ambientDependencies": {
2+
"globalDevDependencies": {
33
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
44
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
55
"node": "registry:dt/node#4.0.0+20160509154515"

0 commit comments

Comments
 (0)