Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 650a4d1

Browse files
committed
docs(samples): package.json and typings updates
1 parent 33b5829 commit 650a4d1

File tree

7 files changed

+9
-19
lines changed

7 files changed

+9
-19
lines changed

public/docs/_examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rxjs": "5.0.0-beta.6",
3939
"zone.js": "^0.6.12",
4040

41-
"angular2-in-memory-web-api": "0.0.9",
41+
"angular2-in-memory-web-api": "0.0.10",
4242
"bootstrap": "^3.3.6"
4343
},
4444
"devDependencies": {
@@ -69,7 +69,7 @@
6969
"style-loader": "^0.13.1",
7070
"ts-loader": "^0.8.2",
7171
"typescript": "^1.8.10",
72-
"typings": "^0.8.1",
72+
"typings": "^1.0.4",
7373
"webpack": "^1.13.0",
7474
"webpack-dev-server": "^1.14.1",
7575
"webpack-merge": "^0.12.0"

public/docs/_examples/quickstart/js/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"rxjs": "5.0.0-beta.6",
2323
"zone.js": "0.6.12",
2424

25-
"angular2-in-memory-web-api": "0.0.9",
25+
"angular2-in-memory-web-api": "0.0.10",
2626
"bootstrap": "^3.3.6"
2727
},
2828
"devDependencies": {

public/docs/_examples/quickstart/ts/package.1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"rxjs": "5.0.0-beta.6",
2828
"zone.js": "^0.6.12",
2929

30-
"angular2-in-memory-web-api": "0.0.9",
30+
"angular2-in-memory-web-api": "0.0.10",
3131
"bootstrap": "^3.3.6"
3232
},
3333
"devDependencies": {
3434
"concurrently": "^2.0.0",
3535
"lite-server": "^2.2.0",
3636
"typescript": "^1.8.10",
37-
"typings":"^0.8.1"
37+
"typings":"^1.0.4"
3838
}
3939
}

public/docs/_examples/quickstart/ts/tsconfig.1.json

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

public/docs/_examples/quickstart/ts/typings.1.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"

public/docs/_examples/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
}

public/docs/_examples/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)