Skip to content

Commit d42f28b

Browse files
committed
Retrying dist files
1 parent 8f8a51b commit d42f28b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

angular/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/storage-angular",
3-
"version": "3.0.6",
3+
"version": "4.0.0-next.0",
44
"description": "Ionic Storage utility",
55
"repository": {
66
"type": "git",

angular/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"lint.fix": "npm run eslint && npm run prettier -- --write --cache",
1414
"cz": "git-cz"
1515
},
16+
"files": [
17+
"dist/",
18+
"package.json",
19+
"README.md"
20+
],
1621
"repository": {
1722
"type": "git",
1823
"url": "git+https://github.com/ionic-team/ionic-storage.git"

lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/storage",
3-
"version": "4.0.0-next.0",
3+
"version": "4.0.0-next.1",
44
"description": "Ionic Storage Helper",
55
"main": "dist/ionic-storage.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)