Skip to content

Commit

Permalink
npmignore yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Sibner committed Jul 5, 2018
1 parent de2af43 commit 0dc1601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jspm_packages

# IDE
.vscode

# yarn.lock file
yarn.lock
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-promise-ipc",
"version": "0.1.2",
"version": "0.1.3",
"description": "Run IPC calls with a promise API.",
"scripts": {
"pretest": "npm run --silent lint && npm run build",
Expand Down

0 comments on commit 0dc1601

Please sign in to comment.