Skip to content

Commit

Permalink
Merge eae80af into f09f2a3
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 1, 2019
2 parents f09f2a3 + eae80af commit 6a54084
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
"license": "BSD-2-Clause",
"scripts": {
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"test": "ava",
"docs": "documentation readme src/svn-simple-auth-provider.mjs --section=API",
"lint": "documentation lint src/svn-simple-auth-provider.mjs",
"posttest": "npm run prepare && markdown-doctest",
"prepare": "rollup -c",
"docs": "documentation readme src/svn-simple-auth-provider.mjs --section=API",
"lint": "documentation lint src/svn-simple-auth-provider.mjs"
"test": "ava"
},
"dependencies": {
"kv-reader": "^3.0.0"
},
"devDependencies": {
"ava": "^1.0.1",
"c8": "^3.2.1",
"documentation": "^9.1.1",
"esm": "^3.0.84",
"markdown-doctest": "^0.9.1",
"rollup": "^1.0.0",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-executable": "^1.3.0",
"rollup-plugin-node-resolve": "^4.0.0",
"semantic-release": "^15.13.2",
"rollup-plugin-json": "^3.1.0",
"c8": "^3.2.1",
"esm": "^3.0.84"
"rollup-plugin-node-resolve": "^4.0.0",
"semantic-release": "^15.13.2"
},
"engines": {
"node": ">=10.15.0"
Expand Down

0 comments on commit 6a54084

Please sign in to comment.