Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed May 12, 2020
1 parent 52abc55 commit bdb21cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.DS_Store
.nyc_output/
coverage/
node_modules/
package-lock.json
package-lock.json
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,7 +1,8 @@
.nyc_output/*
coverage/*
node_modules/*
test/*
.gitignore
.travis.yml
test.js
package-lock.json
package-lock.json
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"bin": "bin.js",
"main": "index.js",
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover test.js"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node test.js"
},
"repository": {
"type": "git",
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/WebReflection/ascjs#readme",
"dependencies": {
"@babel/parser": "^7.9.4"
"@babel/parser": "^7.9.6"
},
"devDependencies": {
"coveralls": "^3.0.11",
"istanbul": "^0.4.5"
"coveralls": "^3.1.0",
"nyc": "^15.0.1"
}
}

0 comments on commit bdb21cc

Please sign in to comment.