Skip to content

Commit 3a6dd5f

Browse files
committed
Rebuilt angular packages #269
1 parent 1be9339 commit 3a6dd5f

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

angular/dist/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "@ionic/storage-angular",
3-
"version": "4.0.0-next.0",
3+
"version": "4.0.0-next.2",
44
"description": "Ionic Storage utility",
5+
"files": [
6+
"dist/",
7+
"package.json",
8+
"README.md"
9+
],
510
"repository": {
611
"type": "git",
712
"url": "git+https://github.com/ionic-team/ionic-storage.git"
@@ -77,4 +82,4 @@
7782
}
7883
},
7984
"sideEffects": false
80-
}
85+
}

angular/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"localforage",
88
"@ionic/storage"
99
]
10-
}
10+
}

angular/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.

angular/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": "4.0.0-next.0",
3+
"version": "4.0.0-next.2",
44
"description": "Ionic Storage utility",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)