Skip to content

Commit 9761299

Browse files
committed
0.5.3
1 parent 2850b46 commit 9761299

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bower.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"sinon": "http://sinonjs.org/releases/sinon-1.15.0.js",
1919
"es5-shim": "^4.0.5",
2020
"qunit": "~1.18.0"
21+
},
22+
"resolutions": {
23+
"ember": "~2.0.0"
2124
}
2225
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-jsonapi-resources",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Lightweight persistence for an Ember CLI app using the JSON API 1.0 specification.",
55
"directories": {
66
"doc": "doc",
@@ -15,7 +15,7 @@
1515
"engines": {
1616
"node": ">= 0.10.0"
1717
},
18-
"author": "Bill Heaton",
18+
"author": "Bill Heaton <[email protected]>",
1919
"license": "MIT",
2020
"devDependencies": {
2121
"broccoli-asset-rev": "^2.1.2",

0 commit comments

Comments
 (0)