Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
disnet committed Jun 25, 2017
1 parent 35372bf commit 2d67704
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,12 +1,13 @@
{
"name": "@sweet-js/helpers",
"version": "3.0.0",
"version": "3.1.0",
"description": "A helper library for writing Sweet macros",
"main": "helpers.js",
"scripts": {
"pretest": "flow",
"test": "BABEL_ENV=test ava test",
"build": "babel --out-dir . src"
"build": "babel --out-dir . src",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d67704

Please sign in to comment.