Skip to content

Commit 4ed2bdb

Browse files
committed
v.0.0.9
1 parent 526b82c commit 4ed2bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-database-builder",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Extended library from database-builder to assist in creating and maintaining SQL commands. Allowing integrate execute commands with SQLite ('@ionic-native/sqlite'), Web Sql, etc. Through the interface injection 'DatabaseCreatorContract' returning an implementation of 'DatabaseObject'.",
55
"main": "index.js",
66
"scripts": {
@@ -44,8 +44,8 @@
4444
},
4545
"homepage": "https://github.com/fernandocode/ionic-database-builder#readme",
4646
"dependencies": {
47-
"@angular/core": "5.0.0",
48-
"database-builder": "0.0.22"
47+
"@angular/core": ">=5.0.0",
48+
"database-builder": ">=0.0.22"
4949
},
5050
"devDependencies": {
5151
"@angular/cli": "^1.7.4",

0 commit comments

Comments
 (0)