Skip to content

Commit

Permalink
Build configuration for Mac and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nukisman committed Sep 25, 2017
1 parent f0179c3 commit 4680952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elm-format-short.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: elm-format-short
version: 0.8.3
version: 0.8.4

Synopsis:
A source code short formatter for Elm
Expand Down
2 changes: 1 addition & 1 deletion package/npm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var binwrap = require("binwrap");
var path = require("path");

var packageInfo = require(path.join(__dirname, "package.json"));
var binVersion = packageInfo.version.replace(/\.[0-9]*$/, "");
var binVersion = packageInfo.version//.replace(/\.[0-9]*$/, "");

var root = "https://github.com/nukisman/elm-format-short/releases/download/" +
binVersion +
Expand Down
2 changes: 1 addition & 1 deletion package/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-format-short",
"version": "0.8.3",
"version": "0.8.4",
"description": "Install elm-format-short",
"preferGlobal": true,
"main": "index.js",
Expand Down

0 comments on commit 4680952

Please sign in to comment.