@rollup/pluginutils
Advanced tools
Comparing version
# @rollup/pluginutils changelog | ||
## 3.0.1 | ||
- fix(pluginutils): Escape glob characters in folder (#84) | ||
## 3.0.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@rollup/pluginutils", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"publishConfig": { | ||
@@ -22,3 +22,3 @@ "access": "public" | ||
"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security", | ||
"ci:lint": "pnpm run build && pnpm run lint", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
@@ -34,3 +34,2 @@ "ci:test": "pnpm run test -- --verbose", | ||
"pretest": "pnpm run build -- --sourcemap", | ||
"security": "echo 'pnpm needs `npm audit` support'", | ||
"test": "ava test/*.ts" | ||
@@ -81,3 +80,2 @@ }, | ||
}, | ||
"jsnext:main": "dist/index.es.js", | ||
"module": "dist/index.es.js", | ||
@@ -84,0 +82,0 @@ "nyc": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
224948
0.23%6729
0.18%