Skip to content

Commit c3f706d

Browse files
committed
rename to globux
1 parent f871dc6 commit c3f706d

File tree

5 files changed

+11
-53
lines changed

5 files changed

+11
-53
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

index.js dist/index.js

File renamed without changes.

package-lock.json

-45
This file was deleted.

package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
{
2-
"name": "react-global-store2",
3-
"version": "1.0.2",
2+
"name": "globux",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/Aminadav/react-global-store.git"
11+
"url": "git+https://github.com/Aminadav/globux.git"
1212
},
1313
"keywords": [
1414
"react"
1515
],
1616
"author": "Aminadav Glickshtein",
1717
"license": "ISC",
1818
"bugs": {
19-
"url": "https://github.com/Aminadav/react-global-store/issues"
19+
"url": "https://github.com/Aminadav/globux/issues"
2020
},
21-
"homepage": "https://github.com/Aminadav/react-global-store#readme",
21+
"homepage": "https://github.com/Aminadav/globux#readme",
2222
"dependencies": {
23-
"lodash.clonedeep": "^4.5.0",
24-
"lodash.isequal": "^4.5.0",
25-
"react": "^17.0.1"
23+
"lodash.clonedeep": "",
24+
"lodash.isequal": ""
25+
},
26+
"peerDependencies": {
27+
"react": ">16.0.0"
2628
}
2729
}

index.ts src/index.ts

File renamed without changes.

0 commit comments

Comments
 (0)