Compare commits

..

3 Commits

Author SHA1 Message Date
bcomnes
19f4a14056 1.0.13 2020-09-11 17:19:19 +00:00
Bret Comnes
88a58f8af5 Delete package-lock.json 2020-09-11 11:18:24 -06:00
Bret Comnes
9e5dafc00e Update .gitignore 2020-09-11 11:18:08 -06:00
4 changed files with 9 additions and 8025 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ config.json
public
node_modules
tmp_modules
package-lock.json

View File

@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v1.0.13](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.12...v1.0.13) - 2020-09-11
### Commits
- Delete package-lock.json [`88a58f8`](https://github.com/bcomnes/deploy-to-neocities/commit/88a58f8af50d3ac41ce4e523597434adfa6fa304)
- Update .gitignore [`9e5dafc`](https://github.com/bcomnes/deploy-to-neocities/commit/9e5dafc00e3910658e768ad1de0a08512399bd51)
## [v1.0.12](https://github.com/bcomnes/deploy-to-neocities/compare/v1.0.11...v1.0.12) - 2020-09-11
### Merged

8024
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "deploy-to-neocities",
"description": "Github Action to deplpoy a folder to Neocities.org",
"version": "1.0.12",
"version": "1.0.13",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
"bugs": {
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"