This repository was archived by the owner on Jul 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
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 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
- "url" : " https://github.com/js-data /js-data-localstorage .git"
7
+ "url" : " https://github.com/lukasreichart /js-data-asyncstorage .git"
8
8
},
9
9
"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"
13
13
},
14
- "main" : " ./dist/js-data-localstorage .js" ,
14
+ "main" : " ./src/index .js" ,
15
15
"ignore" : [
16
16
" .idea/" ,
17
17
" .*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-data-asyncstorage" ,
3
3
"description" : " js-data Adapter for react-native AsyncStorage" ,
4
- "version" : " 1 .1.1 " ,
4
+ "version" : " 0 .1.0 " ,
5
5
"homepage" : " http://www.js-data.io/docs/dsasyncstorageadapter" ,
6
6
"repository" : {
7
7
"type" : " git" ,
26
26
" adapter" ,
27
27
" asyncstorage"
28
28
],
29
- "main" : " ./dist/js-data-asyncstorage .js" ,
29
+ "main" : " ./src/index .js" ,
30
30
"devDependencies" : {
31
31
"babel-core" : " 4.7.7" ,
32
32
"babel-loader" : " 4.2.0" ,
You can’t perform that action at this time.
0 commit comments