Allow test folder to be published
This commit is contained in:
parent
fc27aa9561
commit
0b1070af01
|
@ -2,7 +2,8 @@
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "3.0.0-alpha.3",
|
"version": "3.0.0-alpha.3",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"tag": "next"
|
"tag": "next",
|
||||||
|
"export-tests": true
|
||||||
},
|
},
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue