Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Knape committed Feb 23, 2017
1 parent afb3fab commit d5e914a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "vulgar.js",
"version": "0.6.1",
"version": "0.6.2",
"description": "Tiny vulgar and fraction library in javascript",
"keywords": ["nodejs", "browser", "vulgar", "fraction", "decimal"],
"keywords": [
"nodejs",
"browser",
"vulgar",
"fraction",
"decimal"
],
"main": "lib/index.js",
"scripts": {
"build": "node_modules/.bin/babel src/ --out-dir lib/",
Expand All @@ -21,7 +27,6 @@
"url": "https://github.com/Knape/vulgar.js/issues"
},
"homepage": "https://github.com/Knape/vulgar.js",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
Expand Down

0 comments on commit d5e914a

Please sign in to comment.