Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed May 29, 2020
1 parent 445a906 commit 3e714b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translation-fetch",
"version": "0.1.10",
"version": "0.1.11",
"repository": "github.com/halvardssm/package-translation-fetch.git",
"author": "Halvard Mørstad <[email protected]>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"build": "yarn && yarn run lint && tsc && chmod +x ./dist/*",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts src --fix",
"prepack": "yarn build",
"prepack": "yarn build",
"pretest": "yarn build",
"test": "dist/bin.js",
"test:ts": "ts-node src/bin.ts"
Expand Down

0 comments on commit 3e714b2

Please sign in to comment.