Skip to content

Commit

Permalink
update npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
beizhedenglong committed Mar 7, 2018
1 parent c9f596f commit 0777178
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ dist
.eslint*
jsconfig.json
.npmignore
.cache
examples
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-multi-crops",
"version": "0.0.2",
"version": "0.0.4",
"main": "lib/index.js",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-multi-crops": "^0.0.1",
"react-multi-crops": "^0.0.4",
"shortid": "^2.2.8"
}
}
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3809,6 +3809,18 @@ react-multi-crops@^0.0.1:
react-dom "^16.2.0"
shortid "^2.2.8"

react-multi-crops@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/react-multi-crops/-/react-multi-crops-0.0.4.tgz#2540d906d65730885eb6d22c3e4c76c88eacfc8f"
dependencies:
interactjs "^1.4.0-alpha.1"
prop-types "^15.6.1"
ramda "^0.25.0"
react "^16.2.0"
react-dom "^16.2.0"
react-multi-crops "^0.0.1"
shortid "^2.2.8"

react@^16.2.0:
version "16.2.0"
resolved "http://registry.npm.taobao.org/react/download/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
Expand Down

0 comments on commit 0777178

Please sign in to comment.