Skip to content

Commit 5f964dd

Browse files
author
Anvesh Arrabochu
committed
Added .npmignore
1 parent c12944f commit 5f964dd

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.npmignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
coverage/
32+
__tests__/
33+
.idea/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mapbox-gl-draw-circle",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A module to draw a circle using mapbox-gl-draw",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)