-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for enjoi and tape packages, change dev dependencies. #97
base: master
Are you sure you want to change the base?
Changes from all commits
b0fc3c2
123a122
4e85445
44c4127
748f3a7
53cc3ed
bc2906a
3311e2e
ff109fa
13ce2b7
80d68ad
98e2b91
cb8202b
35a9fc4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.git | ||
coverage | ||
node_modules | ||
test |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"env": { | ||
"browser": false, | ||
"commonjs": true, | ||
"es2021": true | ||
}, | ||
"extends": [ | ||
"airbnb-base" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 12 | ||
}, | ||
"rules": { | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,5 @@ Thumbs.db | |
.LSOverride | ||
.Spotlight-V100 | ||
.Trashes | ||
.vscode/ | ||
.nyc_output |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- "0.12" | ||
- "4" | ||
- "6" | ||
- "8" | ||
- "12" | ||
branches: | ||
only: | ||
- master | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
### 1.0.12 | ||
|
||
- Update to node v10, add `package-lock.json` file | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this be v12? Might also want to make a bigger version jump if we are ruling out old node versions There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 on Node 12. Maybe it can be changed to node 10+. |
||
- Update for following dependencies: `enjoi` and `tape` | ||
- Use of `eslint` instead of `jshint` as linter tool. Use of `nyc` instead of `istambul` as a code coverage tool. | ||
|
||
### 1.0.11 | ||
|
||
- Fix #76 - parameter minLength is overridden with value 0 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add 14