Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 4e805c5

Browse files
committed
Updated bower and package.json before publishing.
1 parent 73f71c3 commit 4e805c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "js-data-localstorage",
3-
"description": "localStorage adapter for js-data.",
4-
"homepage": "http://www.js-data.io/docs/dslocalstorageadapter",
2+
"name": "js-data-asyncstorage",
3+
"description": "js-data Adapter for react-native AsyncStorage",
4+
"homepage": "http://www.js-data.io/docs/dsasyncstorageadapter",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/js-data/js-data-localstorage.git"
7+
"url": "https://github.com/lukasreichart/js-data-asyncstorage.git"
88
},
99
"author": {
10-
"name": "Jason Dobry",
11-
"url": "http://www.pseudobry.com",
12-
"email": "jason.dobry@gmail.com"
10+
"name": "Lukas Reichart",
11+
"url": "http://antum.ch",
12+
"email": "lukas.reichart@hotmail.com"
1313
},
14-
"main": "./dist/js-data-localstorage.js",
14+
"main": "./src/index.js",
1515
"ignore": [
1616
".idea/",
1717
".*",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-asyncstorage",
33
"description": "js-data Adapter for react-native AsyncStorage",
4-
"version": "1.1.1",
4+
"version": "0.1.0",
55
"homepage": "http://www.js-data.io/docs/dsasyncstorageadapter",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"adapter",
2727
"asyncstorage"
2828
],
29-
"main": "./dist/js-data-asyncstorage.js",
29+
"main": "./src/index.js",
3030
"devDependencies": {
3131
"babel-core": "4.7.7",
3232
"babel-loader": "4.2.0",

0 commit comments

Comments
 (0)