Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
bump v0.1.2, fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Korzunin committed Nov 20, 2019
1 parent 0a19e6c commit f1fe0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floydspace/eslint-plugin-rules",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint rules plugin",
"keywords": [
"eslint",
Expand All @@ -16,7 +16,7 @@
],
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build": "rm -rf ./dist && tsc",
"lint": "eslint . --ext .ts --ignore-path .gitignore",
"test": "jest",
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
Expand Down

0 comments on commit f1fe0df

Please sign in to comment.