Skip to content

Commit 3be2db0

Browse files
committed
Renaming package
1 parent 84be40c commit 3be2db0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Basic
32
.DS_Store
43

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aboutbits/react-tooling",
2+
"name": "@aboutbits/react-toolbox",
33
"version": "0.0.0",
44
"description": "Tools for React",
55
"main": "dist/",
@@ -15,20 +15,21 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/aboutbits/react-tooling"
18+
"url": "git+https://github.com/aboutbits/react-toolbox"
1919
},
2020
"private": false,
2121
"keywords": [
2222
"react",
23+
"toolbox",
2324
"tooling",
2425
"tools"
2526
],
2627
"author": "About Bits",
2728
"license": "MIT",
2829
"bugs": {
29-
"url": "https://github.com/aboutbits/react-tooling/issues"
30+
"url": "https://github.com/aboutbits/react-toolbox/issues"
3031
},
31-
"homepage": "https://github.com/aboutbits/react-tooling#readme",
32+
"homepage": "https://github.com/aboutbits/react-toolbox#readme",
3233
"files": [
3334
"readme.md",
3435
"dist/**/*"

0 commit comments

Comments
 (0)