Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed May 29, 2020
1 parent 70c951c commit e975646
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "translation-fetch",
"version": "0.1.7",
"version": "0.1.8",
"repository": "github.com/halvardssm/package-translation-fetch.git",
"author": "Halvard Mørstad <[email protected]>",
"license": "MIT",
"main": "dist/bin.js",
"types": "dist/bin.d.ts",
"bin": "./dist/bin.js",
"files": ["dist/*"],
"bin": "./dist/bin.js",
"files": [
"dist/*"
],
"scripts": {
"build": "yarn run lint && tsc && chmod +x ./dist/*",
"build:image": "docker build -t translations -f .github/Dockerfile .",
Expand Down

0 comments on commit e975646

Please sign in to comment.