Skip to content

Commit

Permalink
chore(npm): select lib files rather than ignore random files (#257)
Browse files Browse the repository at this point in the history
* chore(npm): select lib files rather than ignore random files

* Fix files

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
johnjbarton and XhmikosR committed Jan 13, 2020
1 parent 4f1bcc9 commit 5684394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .npmignore

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,9 @@
"version": "3.1.0",
"description": "A Karma plugin - adapter for Jasmine testing framework.",
"main": "lib/index.js",
"files": [
"lib/*.js"
],
"scripts": {
"test": "jasmine && grunt"
},
Expand Down

0 comments on commit 5684394

Please sign in to comment.