@prefresh/utils
Advanced tools
Comparing version 1.1.3 to 1.2.0
# @prefresh/utils | ||
## 1.2.0 | ||
### Minor Changes | ||
- [`e641c69`](https://github.com/preactjs/prefresh/commit/e641c69c610c3adeeb5dcb9e912d030a6fbb5229) [#499](https://github.com/preactjs/prefresh/pull/499) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Publish automatically with npm provenance enabled | ||
## 1.1.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@prefresh/utils", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"module": "src/index.js", | ||
@@ -13,6 +13,2 @@ "main": "dist/src/index.js", | ||
}, | ||
"scripts": { | ||
"build": "cjyes src/index.js", | ||
"lint": "eslint src" | ||
}, | ||
"repository": { | ||
@@ -30,3 +26,10 @@ "type": "git", | ||
"cjyes": "0.3.1" | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"scripts": { | ||
"build": "cjyes src/index.js", | ||
"lint": "eslint src" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
7210