repository-provider
Advanced tools
Comparing version 9.0.4 to 10.0.0
{ | ||
"name": "repository-provider", | ||
"version": "9.0.4", | ||
"version": "10.0.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "dist/provider.js", | ||
"main": "src/provider.mjs", | ||
"module": "src/provider.mjs", | ||
@@ -23,7 +23,6 @@ "description": "abstract interface to git repository providers like github bitbucket", | ||
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage", | ||
"test": "ava", | ||
"posttest": "npm run prepare && markdown-doctest", | ||
"docs": "documentation readme src/provider.mjs --section=API", | ||
"prepare": "rollup -c", | ||
"lint": "documentation lint src/provider.mjs" | ||
"lint": "documentation lint src/provider.mjs", | ||
"posttest": "markdown-doctest", | ||
"test": "ava" | ||
}, | ||
@@ -35,13 +34,7 @@ "dependencies": { | ||
"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-json": "^3.1.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"semantic-release": "^15.13.2", | ||
"c8": "^3.2.1", | ||
"esm": "^3.0.84" | ||
"semantic-release": "^15.13.2" | ||
}, | ||
@@ -76,5 +69,5 @@ "engines": { | ||
"repository": { | ||
"url": "https://github.com/arlac77/npm-package-template.git" | ||
"url": "https://github.com/arlac77/npm-package-template-esm-only.git" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
6
46672
11
1026