fix(core): update
This commit is contained in:
18
package.json
18
package.json
@@ -7,7 +7,8 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "echo \"Not needed for now\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,5 +19,16 @@
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/hosttoday/ht-docker-dbase/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme"
|
||||
}
|
||||
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme",
|
||||
"private": true,
|
||||
"files": [
|
||||
"ts/*",
|
||||
"ts_web/*",
|
||||
"dist/*",
|
||||
"dist_web/*",
|
||||
"assets/*",
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user