Skip to content

Commit 4d04861

Browse files
authored
Add CI config to package.json
1 parent 2a4c421 commit 4d04861

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"type": "git",
4242
"url": "https://github.com/strongloop/loopback-connector-sqlite3.git"
4343
},
44-
"license": "Artistic-2.0"
44+
"license": "Artistic-2.0",
45+
"ci": {
46+
"testDownstreamDeps": false
47+
}
4548
}

0 commit comments

Comments
 (0)