Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-darling committed Mar 21, 2018
1 parent 3d28c6e commit de2e468
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": "gulp-translate",
"version": "1.5.0",
"version": "1.5.1",
"description": "Gulp plugin that localizes HTML templates and JSON files by extracting and injecting localizable content.",
"keywords": [
"gulp",
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "^2.7.2"
},
"scripts": {
"prepublish": "tsc"
"prepare": "tsc"
},
"types": "lib/index.d.ts",
"main": "lib/index.js"
Expand Down

0 comments on commit de2e468

Please sign in to comment.