Skip to content

Commit

Permalink
dependencies and npmignore (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
brekk authored Jul 13, 2017
1 parent 89f1eb4 commit a47c71d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rules": {
"no-extra-semi": "error",
"complexity": [1, 4],
"max-params": [1, {"max": 5}],

"valid-jsdoc": [2, {
"prefer": {
"return": "returns"
Expand Down
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.nyc_output
config
coverage
logo.svg
src
circle.yml
CODE_OF_CONDUCT.md
README.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"precommit": "npm run due-diligence"
},
"dependencies": {
"katsu-curry": "^0.0.6"
"katsu-curry": "^0.0.7"
},
"devDependencies": {
"ava": "^0.20.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3218,9 +3218,9 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.3.6"

katsu-curry@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/katsu-curry/-/katsu-curry-0.0.6.tgz#9f29c1ec49e352a4527a4a59146acd394bf6e652"
katsu-curry@^0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/katsu-curry/-/katsu-curry-0.0.7.tgz#43f58c2ef993356337c4328f8c8baaa6793569a3"

kebab-case@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -4481,11 +4481,11 @@ resolve-from@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"

[email protected], [email protected], resolve@^1.1.3, resolve@^1.1.6, resolve@^1.1.7:
[email protected], [email protected]:
version "1.1.7"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"

resolve@^1.2.0, resolve@^1.3.3:
resolve@^1.1.3, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.2.0, resolve@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.3.tgz#655907c3469a8680dc2de3a275a8fdd69691f0e5"
dependencies:
Expand Down

0 comments on commit a47c71d

Please sign in to comment.