Skip to content

Commit c903506

Browse files
committed
Fixed package.json
1 parent 82adf02 commit c903506

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

.idea/workspace.xml

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
{
22
"name": "soft-ui-react-components",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"dependencies": {
55
"color-processing-library": "^1.2.5",
66
"styled-components": "^5.1.1"
7-
}
7+
},
8+
"description": "Neumorphic components for react",
9+
"main": "src/index.js",
10+
"devDependencies": {},
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/soft-ui-generator/soft-ui-react-components.git"
17+
},
18+
"author": "Aleksandr Shchilkin <crazyredkitten@icloud.com>",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/soft-ui-generator/soft-ui-react-components/issues"
22+
},
23+
"homepage": "https://github.com/soft-ui-generator/soft-ui-react-components#readme"
824
}

0 commit comments

Comments
 (0)