Skip to content

Commit

Permalink
do not commit package-lock.json (caused by npm/npm#16441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithgol committed May 30, 2017
1 parent 2c61240 commit 7647149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@ Icon?

# Node.js modules
node_modules
package-lock.json

# NPM error logs
npm-debug.log
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -26,6 +26,7 @@ Icon?

# Node.js modules
node_modules
package-lock.json

# NPM error logs
npm-debug.log
Expand Down

0 comments on commit 7647149

Please sign in to comment.