Skip to content

Commit

Permalink
Added .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvesh Arrabochu committed Aug 4, 2019
1 parent c12944f commit 5f964dd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

node_modules/
coverage/

.git/
demo/
coverage/
__tests__/
.idea/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5f964dd

Please sign in to comment.