Skip to content

Commit fc2a009

Browse files
committed
bump alpha2
1 parent 83bb8a8 commit fc2a009

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="3.0.0-alpha2"></a>
2+
### 3.0.0-alpha2 (2016-07-24)
3+
4+
Adding peer dependencies
5+
16
<a name="3.0.0-alpha1"></a>
27
### 3.0.0-alpha1 (2016-07-23)
38

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,8 @@ If you want to use AngularJS v1, here is the latest version: [v2.0.0-rc3](https:
77

88
## Installation
99

10-
### Dependencies
11-
12-
make sure you have those packages installed:
13-
14-
- '@angular/core'
15-
- '@angular/http'
16-
- 'rxjs'
17-
18-
### via npm
19-
2010
```shell
21-
npm install wp-api-angularjs@v3.0.x
11+
npm install wp-api-angularjs
2212
```
2313

2414
## Bootstrap

dist/wp-api-angularjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wp-api-angularjs.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-api-angularjs",
3-
"version": "3.0.0-alpha1",
3+
"version": "3.0.0-alpha2",
44
"description": "WordPress WP-API v2 client for Angular2",
55
"main": "dist/wp-api-angularjs.js",
66
"scripts": {
@@ -52,7 +52,9 @@
5252
"webpack-dev-server": "~1.14.1",
5353
"zone.js": "^0.6.12"
5454
},
55-
"dependencies": {
56-
"js-base64": "^2.1.9"
55+
"peerDependencies": {
56+
"@angular/core": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
57+
"@angular/http": "2.0.0-rc.2 || 2.0.0-rc.3 || 2.0.0-rc.4 || 2.0.0-rc.5 || 2.0.0-rc.6 || 2.0.0-rc.7 || 2.0.0-rc.8 || 2.0.0-rc.9",
58+
"rxjs": "5.0.0-beta.6"
5759
}
5860
}

0 commit comments

Comments
 (0)