Skip to content

Commit 90dba76

Browse files
committed
Update version
1 parent 0e7a8dc commit 90dba76

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
coverage/
2+
esm/
13
node_modules/
24
.DS_Store
3-
esm/
4-
coverage/
55
yarn-error.log

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/
55
static/
66
utils/
77
.babelrc.js
8+
.DS_Store
89
.eslintignore
910
.eslintrc.js
1011
.gitignore

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-echarts-map-china",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "A China Map Shuttle Component Based on Echarts",
55
"main": "esm/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)