BREAKING CHANGE(update scope to @pushrocks): update
This commit is contained in:
28
package.json
28
package.json
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "smarthbs",
|
||||
"name": "@pushrocks/smarthbs",
|
||||
"version": "1.0.16",
|
||||
"private": false,
|
||||
"description": "handlebars with better fs support",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,16 +23,18 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
|
||||
"dependencies": {
|
||||
"@types/handlebars": "^4.0.32",
|
||||
"@types/lodash": "^4.14.64",
|
||||
"beautylog": "^6.1.10",
|
||||
"handlebars": "^4.0.8",
|
||||
"lodash": "^4.17.4",
|
||||
"smartfile": "^4.2.11",
|
||||
"smartq": "^1.1.1",
|
||||
"typings-global": "^1.0.16"
|
||||
"@pushrocks/smartfile": "^6.0.8",
|
||||
"@pushrocks/smartpromise": "^2.0.5",
|
||||
"@types/handlebars": "^4.0.39",
|
||||
"@types/lodash": "^4.14.116",
|
||||
"handlebars": "^4.0.11",
|
||||
"lodash": "^4.17.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tapbundle": "^1.0.12"
|
||||
"@gitzone/tsbuild": "^2.0.22",
|
||||
"@gitzone/tsrun": "^1.1.12",
|
||||
"@gitzone/tstest": "^1.0.15",
|
||||
"@pushrocks/tapbundle": "^3.0.5",
|
||||
"@types/node": "^10.9.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user