Skip to content

Commit 3b5fd28

Browse files
committed
chore: bump version to 1.1.6
1 parent e4767fd commit 3b5fd28

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ test-results
1515
playwright-report
1616
/blob-report/
1717
/playwright/.cache/
18+
packages/idb-cache/README.md
1819
packages/idb-cache/test-results
1920
packages/idb-cache-app/test-results

packages/idb-cache/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/idb-cache",
3-
"version": "1.1.4",
3+
"version": "1.1.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -19,16 +19,14 @@
1919
},
2020
"module": "./dist/index.js",
2121
"types": "./dist/index.d.ts",
22-
"files": [
23-
"dist",
24-
"README.md"
25-
],
22+
"files": ["dist", "README.md"],
2623
"scripts": {
2724
"build": "rslib build",
2825
"dev": "rslib build --watch",
2926
"biome:check": "biome check . --write",
3027
"typescript:check": "tsc --noEmit",
31-
"test": "vitest"
28+
"test": "vitest",
29+
"prepublish": "rslib build && cp ../../README.md ."
3230
},
3331
"peerDependencies": {
3432
"@rslib/core": "^0.0.15"

0 commit comments

Comments
 (0)