mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-12 06:03:58 +02:00
chore: bump version from null to 1.0.0
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
|
||||
node_modules
|
||||
.DS_Store
|
||||
|
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
<a name="1.0.0"></a>
|
||||
# 1.0.0 (2018-02-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Although it is a quite old piece of software (2012), here is the first release of apaxy.
|
||||
|
||||
|
||||
|
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "apaxy",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple, customisable theme for your Apache directory listing.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"update-changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/oupala/apaxy.git"
|
||||
},
|
||||
"keywords": [
|
||||
"apaxy",
|
||||
"apaxy-themes",
|
||||
"css",
|
||||
"icons",
|
||||
"mime-types",
|
||||
"customisable-theme",
|
||||
"docker"
|
||||
],
|
||||
"author": "Adam Whitcroft",
|
||||
"license": "Unlicense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/oupala/apaxy/issues"
|
||||
},
|
||||
"homepage": "https://github.com/oupala/apaxy#readme",
|
||||
"devDependencies": {
|
||||
"conventional-changelog": "^1.1.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user