Skip to content

Commit

Permalink
Merge pull request #4 from curveball/prep-release
Browse files Browse the repository at this point in the history
Releasing
  • Loading branch information
evert authored Nov 8, 2020
2 parents 1912612 + 64f38fd commit 0b96d96
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,21 @@
}
],
"semi": ["error", "always"],
"no-trailing-spaces": "error",
"no-unused-vars": ["error",
{
"args": "none",
"ignoreRestSiblings": true
}
],
"@typescript-eslint/no-inferrable-types": 0,
"eol-last": "error",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/ban-ts-comment": ["error",
{
"ts-expect-error": "allow-with-description"
}
],
"@typescript-eslint/no-explicit-any" : 0,
"eol-last": "error"
"no-console": ["error"]
}
}
}
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- stable
- 10
- 12
- 14
- 15
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Unreleased
0.1.0 (2020-11-08)
------------------

* Initial release
* First version
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@curveball/static",
"version": "0.0.0",
"description": "A curveball middleware for serving static files",
"version": "0.1.0",
"description": "A curveball middleware for serving static files from a filesystem",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "make build",
Expand All @@ -28,7 +28,7 @@
"http2",
"curveball"
],
"author": "Evert Pot (https://evertpot.com/)",
"author": "Michael Humiston (https://michaelhumiston.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/curveball/static/issues"
Expand Down

0 comments on commit 0b96d96

Please sign in to comment.