Skip to content

Commit

Permalink
Update version of Contentful to 5.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bretmorris committed Nov 17, 2017
1 parent 15ae8ab commit b71ced9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ If you haven't already, make sure you install contentful
npm i --save contentful
```

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.

### Add to your app module

```typescript
Expand Down
27 changes: 14 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-contentful-service",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -17,28 +17,27 @@
"contentful"
],
"peerDependecies": {
"contentful": "^5.0.5"
},
"devDependencies": {
"@angular/animations": "^4.2.4",
"@angular/cli": "^1.5.0",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/compiler-cli": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"contentful": "5.0.3",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "^1.5.0",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"contentful": "^5.0.5",
"core-js": "^2.4.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
Expand All @@ -49,8 +48,10 @@
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^1.5.0-rc.1",
"protractor": "~5.1.2",
"rxjs": "^5.4.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.3.3"
"typescript": "~2.3.3",
"zone.js": "^0.8.14"
}
}

0 comments on commit b71ced9

Please sign in to comment.