We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7a8dc commit 90dba76Copy full SHA for 90dba76
.gitignore
@@ -1,5 +1,5 @@
1
+coverage/
2
+esm/
3
node_modules/
4
.DS_Store
-esm/
-coverage/
5
yarn-error.log
.npmignore
@@ -5,6 +5,7 @@ src/
static/
6
utils/
7
.babelrc.js
8
+.DS_Store
9
.eslintignore
10
.eslintrc.js
11
.gitignore
package.json
@@ -1,6 +1,6 @@
{
"name": "react-echarts-map-china",
- "version": "0.1.6",
+ "version": "0.1.7",
"description": "A China Map Shuttle Component Based on Echarts",
"main": "esm/index.js",
"module": "esm/index.js",
0 commit comments