Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Dec 7, 2019
1 parent 320e847 commit 4cc3253
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ rules:
no-return-assign: 2
no-use-before-define: [ 2, nofunc ]
no-path-concat: 2
no-useless-escape: 0
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ node_modules

# MacOS directory info files
.DS_Store

package-lock.json
3 changes: 1 addition & 2 deletions doT.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@
"license": "MIT",
"scripts": {
"eslint": "if-node-version '>=4' eslint *.js --ignore-pattern *.min.js",
"test-cov": "nyc mocha test/*.test.js",
"test-spec": "mocha test/*.test.js",
"test-cov": "nyc npm run test-spec",
"test": "npm run eslint && npm run test-cov",
"bundle": "uglifyjs doT.js -o doT.min.js -c -m --preamble '/* Laura Doktorova https://github.com/olado/doT */'",
"prepublish": "npm run bundle"
},
"dependencies": {},
"devDependencies": {
"commander": "*",
"coveralls": "^2.11.14",
"eslint": "^3.9.1",
"if-node-version": "^1.1.0",
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"if-node-version": "^1.1.1",
"jshint": "*",
"mkdirp": "*",
"mocha": "*",
"nyc": "^8.3.2",
"nyc": "^14.1.1",
"pre-commit": "^1.1.3",
"uglify-js": "*"
},
Expand Down

0 comments on commit 4cc3253

Please sign in to comment.