Skip to content

Commit 9133d19

Browse files
committed
version bump
1 parent 4c23929 commit 9133d19

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.npmignore

-2
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oio-react",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "OIO for React",
55
"scripts": {
66
"build": "NODE_ENV=production rm -rf dist && webpack --config config/webpack/build.js",
@@ -77,5 +77,18 @@
7777
"webpack-cli": "3.1.2",
7878
"webpack-dev-middleware": "3.4.0",
7979
"webpack-hot-middleware": "2.24.3"
80-
}
80+
},
81+
"directories": {
82+
"doc": "docs",
83+
"test": "tests"
84+
},
85+
"dependencies": {},
86+
"repository": {
87+
"type": "git",
88+
"url": "git+https://github.com/mother/oio-react.git"
89+
},
90+
"bugs": {
91+
"url": "https://github.com/mother/oio-react/issues"
92+
},
93+
"homepage": "https://github.com/mother/oio-react#readme"
8194
}

0 commit comments

Comments
 (0)