Skip to content

Commit 566dfe4

Browse files
committed
Rename simply-reactive -> easy-reactive
1 parent f403097 commit 566dfe4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# simply-reactive
1+
# easy-reactive

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "simply-reactive",
3-
"version": "1.0.0",
2+
"name": "easy-reactive",
3+
"version": "1.0.2",
44
"description": "reactive object",
55
"main": "main.js",
66
"scripts": {
77
"test": "jest"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vadimkorr/simply-reactive.git"
11+
"url": "git+https://github.com/vadimkorr/easy-reactive.git"
1212
},
1313
"keywords": [
1414
"reactivity",
@@ -17,9 +17,9 @@
1717
"author": "vadimkorr",
1818
"license": "Apache-2.0",
1919
"bugs": {
20-
"url": "https://github.com/vadimkorr/simply-reactive/issues"
20+
"url": "https://github.com/vadimkorr/easy-reactive/issues"
2121
},
22-
"homepage": "https://github.com/vadimkorr/simply-reactive#readme",
22+
"homepage": "https://github.com/vadimkorr/easy-reactive#readme",
2323
"devDependencies": {
2424
"@babel/cli": "^7.15.7",
2525
"@babel/core": "^7.15.8",
@@ -32,4 +32,4 @@
3232
"lodash.get": "^4.4.2",
3333
"lodash.isequal": "^4.5.0"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)