Skip to content

Commit 4cc3253

Browse files
committed
chore: update dependencies
1 parent 320e847 commit 4cc3253

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ rules:
2121
no-return-assign: 2
2222
no-use-before-define: [ 2, nofunc ]
2323
no-path-concat: 2
24+
no-useless-escape: 0

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ node_modules
2929

3030
# MacOS directory info files
3131
.DS_Store
32+
33+
package-lock.json

doT.min.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,22 @@
2222
"license": "MIT",
2323
"scripts": {
2424
"eslint": "if-node-version '>=4' eslint *.js --ignore-pattern *.min.js",
25-
"test-cov": "nyc mocha test/*.test.js",
25+
"test-spec": "mocha test/*.test.js",
26+
"test-cov": "nyc npm run test-spec",
2627
"test": "npm run eslint && npm run test-cov",
2728
"bundle": "uglifyjs doT.js -o doT.min.js -c -m --preamble '/* Laura Doktorova https://github.com/olado/doT */'",
2829
"prepublish": "npm run bundle"
2930
},
3031
"dependencies": {},
3132
"devDependencies": {
3233
"commander": "*",
33-
"coveralls": "^2.11.14",
34-
"eslint": "^3.9.1",
35-
"if-node-version": "^1.1.0",
34+
"coveralls": "^3.0.9",
35+
"eslint": "^6.7.2",
36+
"if-node-version": "^1.1.1",
3637
"jshint": "*",
3738
"mkdirp": "*",
3839
"mocha": "*",
39-
"nyc": "^8.3.2",
40+
"nyc": "^14.1.1",
4041
"pre-commit": "^1.1.3",
4142
"uglify-js": "*"
4243
},

0 commit comments

Comments
 (0)