Comparing version
# curriable CHANGELOG | ||
## 1.2.2 | ||
- Fix exported typings | ||
## 1.2.1 | ||
@@ -4,0 +8,0 @@ |
@@ -55,3 +55,2 @@ { | ||
"build": "NODE_ENV=production rollup -c", | ||
"build:types": "cp src/types.ts dist/index.d.ts", | ||
"clean": "rimraf dist", | ||
@@ -62,3 +61,3 @@ "dev": "NODE_ENV=development webpack-dev-server --progress --colors --config=webpack/webpack.config.js", | ||
"prepublish": "if in-publish; then npm run prepublish:compile; fi", | ||
"prepublish:compile": "npm run lint && npm run test:coverage && npm run clean && npm run build && npm run build:types", | ||
"prepublish:compile": "npm run lint && npm run test:coverage && npm run clean && npm run build", | ||
"start": "npm run dev", | ||
@@ -70,4 +69,4 @@ "test": "NODE_PATH=. jest", | ||
"sideEffects": false, | ||
"types": "dist/index.d.ts", | ||
"version": "1.2.1" | ||
"types": "index.d.ts", | ||
"version": "1.2.2" | ||
} |
18617
1.06%139
6.11%