Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
988b4a8387 | |||
94337586c1 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
site/
|
||||
*.swp
|
||||
node_modules/
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,16 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
<a name="1.1.0"></a>
|
||||
# [1.1.0](https://github.com/macropeople/dcdocs.github.io/compare/v1.0.0...v1.1.0) (2019-01-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **git:** adding standard-version ([9433758](https://github.com/macropeople/dcdocs.github.io/commit/9433758))
|
||||
|
||||
|
||||
|
||||
<a name="1.0.0"></a>
|
||||
# 1.0.0 (2019-01-26)
|
||||
|
||||
|
1807
package-lock.json
generated
Normal file
1807
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
28
package.json
Normal file
28
package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "dcdocs",
|
||||
"version": "1.1.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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user