This commit is contained in:
Nolan Lawson 2018-12-14 00:26:03 -08:00
parent c90ad17686
commit fd1310c2c1
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pinafore",
"version": "0.14.0",
"version": "0.14.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "pinafore",
"description": "Alternative web client for Mastodon",
"version": "0.14.0",
"version": "0.14.1",
"scripts": {
"lint": "standard && standard --plugin html 'src/routes/**/*.html'",
"lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",