Skip to content

Commit

Permalink
version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arturopala committed Feb 22, 2018
1 parent 3ae07bb commit a05fc25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "elm-monocle",
"version": "1.4.0",
"version": "1.5.1",
"description": "Library providing purely functional abstractions to manipulate records",
"scripts": {
"compile": "elm-make ./src/**/*.elm --output monocle.js",
"install-with-elm": "npm install -g elm@0.18.0 elm-test@0.18.2 && elm package install -y",
"test": "elm-test",
"test-and-watch": "elm-test --watch",
"bump": "elm-package bump"
"bump": "elm-package bump",
"publish": "elm-package publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a05fc25

Please sign in to comment.