clickable-box
Advanced tools
Comparing version 1.1.3 to 1.1.4
# clickable-box | ||
## 1.1.4 | ||
### Patch Changes | ||
- a38e89e: Use changeset for automatic releases to NPM | ||
## 1.1.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "clickable-box", | ||
"description": "Add `onClick` to HTML elements without sacrificing accessibility.", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -21,5 +21,4 @@ "license": "MIT", | ||
"test:prettier": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,mdx,html}\" --list-different", | ||
"prepublishOnly": "microbundle --jsx React.createElement", | ||
"format": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,mdx,html}\" --write", | ||
"release": "np" | ||
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle --jsx React.createElement && yarn changeset publish" | ||
}, | ||
@@ -41,3 +40,2 @@ "devDependencies": { | ||
"microbundle": "^0.12.4", | ||
"np": "^7.0.0", | ||
"prettier": "^2.2.1", | ||
@@ -44,0 +42,0 @@ "pretty-quick": "^3.1.0", |
30337
18