Skip to content

Commit b71ced9

Browse files
committed
Update version of Contentful to 5.0.5.
1 parent 15ae8ab commit b71ced9

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ If you haven't already, make sure you install contentful
2020
npm i --save contentful
2121
```
2222

23-
Note: at the time of writing this, there is an issue with version 5.0.4 of Contentful. You may want to make sure you install 5.0.3 or the fix that comes after 5.0.4.
24-
2523
### Add to your app module
2624

2725
```typescript

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-contentful-service",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -17,28 +17,27 @@
1717
"contentful"
1818
],
1919
"peerDependecies": {
20+
"contentful": "^5.0.5"
21+
},
22+
"devDependencies": {
2023
"@angular/animations": "^4.2.4",
24+
"@angular/cli": "^1.5.0",
2125
"@angular/common": "^4.2.4",
2226
"@angular/compiler": "^4.2.4",
27+
"@angular/compiler-cli": "^4.2.4",
2328
"@angular/core": "^4.2.4",
2429
"@angular/forms": "^4.2.4",
2530
"@angular/http": "^4.2.4",
31+
"@angular/language-service": "^4.2.4",
2632
"@angular/platform-browser": "^4.2.4",
2733
"@angular/platform-browser-dynamic": "^4.2.4",
2834
"@angular/router": "^4.2.4",
29-
"contentful": "5.0.3",
30-
"core-js": "^2.4.1",
31-
"rxjs": "^5.4.2",
32-
"zone.js": "^0.8.14"
33-
},
34-
"devDependencies": {
35-
"@angular/cli": "^1.5.0",
36-
"@angular/compiler-cli": "^4.2.4",
37-
"@angular/language-service": "^4.2.4",
3835
"@types/jasmine": "~2.5.53",
3936
"@types/jasminewd2": "~2.0.2",
4037
"@types/node": "~6.0.60",
4138
"codelyzer": "~3.2.0",
39+
"contentful": "^5.0.5",
40+
"core-js": "^2.4.1",
4241
"jasmine-core": "~2.6.2",
4342
"jasmine-spec-reporter": "~4.1.0",
4443
"karma": "~1.7.0",
@@ -49,8 +48,10 @@
4948
"karma-jasmine-html-reporter": "^0.2.2",
5049
"ng-packagr": "^1.5.0-rc.1",
5150
"protractor": "~5.1.2",
51+
"rxjs": "^5.4.2",
5252
"ts-node": "~3.2.0",
5353
"tslint": "~5.7.0",
54-
"typescript": "~2.3.3"
54+
"typescript": "~2.3.3",
55+
"zone.js": "^0.8.14"
5556
}
5657
}

0 commit comments

Comments
 (0)