Skip to content

Commit

Permalink
Merge pull request #322 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package from arlac77/npm-package-template
  • Loading branch information
arlac77 committed Jan 1, 2019
2 parents 9670cd2 + 4459247 commit 6bf3184
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017,2018 by arlac77
Copyright (c) 2017,2018,2019 by arlac77
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
"license": "BSD-2-Clause",
"scripts": {
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"test": "ava",
"pretest": "rollup -c tests/rollup.config.js",
"docs": "documentation readme src/sftp-scheme.js --section=API",
"lint": "documentation lint src/sftp-scheme.js",
"posttest": "npm run prepare && markdown-doctest",
"prepare": "rollup -c",
"docs": "documentation readme src/sftp-scheme.js --section=API",
"lint": "documentation lint src/sftp-scheme.js"
"pretest": "rollup -c tests/rollup.config.js",
"test": "ava"
},
"dependencies": {
"ssh2-sftp-client": "^3.1.0",
"url-resolver-fs": "^7.3.6"
},
"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-commonjs": "^9.2.0",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-executable": "^1.3.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"semantic-release": "^15.13.2",
"ssh2": "^0.6.1",
"stream-equal": "^1.1.1",
"c8": "^3.2.1",
"esm": "^3.0.84"
"stream-equal": "^1.1.1"
},
"engines": {
"node": ">=10.15.0"
Expand Down

0 comments on commit 6bf3184

Please sign in to comment.