ananke/package.json
Bud Parr a4f7c72eb3
Add auto-changelog (#228)
* Add auto-changelog

Fixes #227

* Catch up version number

This file had been previously untouched since 1.0. Using the version from the repo.

Ref #227

* Add script

Fixes #227
2019-10-27 17:58:15 -04:00

27 lines
680 B
JSON
Executable file

{
"name": "gohugo-default-theme",
"version": "2.5.4",
"description": "Base Theme to start Hugo Sites",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
},
"scripts": {
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md",
}
"keywords": [
"hugo",
"gohugo"
],
"author": "budparr",
"license": "MIT",
"bugs": {
"url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
},
"homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
"devDependencies": {
"auto-changelog": "^1.16.1"
}
}