We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12944f commit 5f964ddCopy full SHA for 5f964dd
.npmignore
@@ -0,0 +1,33 @@
1
+
2
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
3
4
+# dependencies
5
+/node_modules
6
+/.pnp
7
+.pnp.js
8
9
+# testing
10
+/coverage
11
12
+# production
13
+/build
14
15
+# misc
16
+.DS_Store
17
+.env.local
18
+.env.development.local
19
+.env.test.local
20
+.env.production.local
21
22
+npm-debug.log*
23
+yarn-debug.log*
24
+yarn-error.log*
25
26
+node_modules/
27
+coverage/
28
29
+.git/
30
+demo/
31
32
+__tests__/
33
+.idea/
package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-draw-circle",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A module to draw a circle using mapbox-gl-draw",
"main": "index",
"scripts": {
0 commit comments