feat(git): adding standard-version

This commit is contained in:
Allan Bowe 2019-01-27 00:34:59 +01:00
parent ee887c62a7
commit 94337586c1
3 changed files with 1836 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
site/
*.swp
node_modules/

1807
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "dcdocs",
"version": "1.0.0",
"description": "Documentation repo for Data Controller",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macropeople/dcdocs.github.io.git"
},
"keywords": [
"SAS"
],
"author": "Allan Bowe",
"license": "ISC",
"bugs": {
"url": "https://github.com/macropeople/dcdocs.github.io/issues"
},
"homepage": "https://docs.datacontroller.io",
"devDependencies": {
"standard-version": "^4.4.0"
}
}