Skip to content

Commit

Permalink
fix(npm package): bare essential files only
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDoo committed Sep 9, 2020
1 parent c09708b commit a3269a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.DS_Store
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"responsive"
],
"author": "Georgios Karametas",
"license": "LGPL2.1",
"license": "GNU Lesser General Public License v2.1",
"bugs": {
"url": "https://github.com/GeoDoo/github-profile-widget/issues"
},
Expand All @@ -38,5 +38,6 @@
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"dependencies": {}
"dependencies": {},
"files": ["github-profile-widget.js", "README.md"]
}

0 comments on commit a3269a4

Please sign in to comment.