Changes Per Readme
This commit is contained in:
+44
-33
@@ -1,35 +1,46 @@
|
||||
{
|
||||
"name": "nodebb-theme-quickstart",
|
||||
"version": "0.1.0",
|
||||
"description": "Enter a description here",
|
||||
"main": "lib/theme.js",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npx lint-staged",
|
||||
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "11.0.0",
|
||||
"@commitlint/config-angular": "11.0.0",
|
||||
"eslint": "8.x",
|
||||
"eslint-config-airbnb-base": "14.2.1",
|
||||
"eslint-config-nodebb": "0.1.1",
|
||||
"eslint-plugin-import": "2.x",
|
||||
"husky": "5.0.9",
|
||||
"lint-staged": "10.5.4"
|
||||
},
|
||||
"nbbpm": {
|
||||
"compatibility": "^4.0.0"
|
||||
},
|
||||
"name": "nodebb-theme-westgate",
|
||||
"version": "0.1.0",
|
||||
"description": "NodeBB Theme for Shadows Over Westgate",
|
||||
"author": {
|
||||
"name": "vickydotbat",
|
||||
"email": "vickydotbat@tutamail.com",
|
||||
"url": "https://forum.westgate.pw"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vickydotbat/nodebb-theme-westgate"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vickydotbat/nodebb-theme-westgate/issues"
|
||||
},
|
||||
"main": "lib/theme.js",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npx lint-staged",
|
||||
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "11.0.0",
|
||||
"@commitlint/config-angular": "11.0.0",
|
||||
"eslint": "8.x",
|
||||
"eslint-config-airbnb-base": "14.2.1",
|
||||
"eslint-config-nodebb": "0.1.1",
|
||||
"eslint-plugin-import": "2.x",
|
||||
"husky": "5.0.9",
|
||||
"lint-staged": "10.5.4"
|
||||
},
|
||||
"nbbpm": {
|
||||
"compatibility": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user