Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
René Kooi committed Jan 2, 2016
1 parent ebca743 commit 3262da6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{ "name": "genie-slp"
, "description": "SLP graphics file parser for Node.js"
, "version": "0.7.1"
, "version": "0.7.2"
, "license": "MIT"
, "keywords": [ "slp", "genie", "graphics", "ensemble studios", "age of empires" ]
, "author": "René Kooi <[email protected]>"
, "repository": "goto-bus-stop/genie-slp"
, "main": "./lib/SLP"
, "dependencies":
{ "awestruct": "^0.11.0" }
, "devDependencies":
{ "babel-cli": "^6.3.17"
, "babel-preset-es2015": "^6.3.13"
, "standard": "^5.4.1" }
, "repository":
{ "type": "git"
, "url" : "https://github.com/goto-bus-stop/genie-slp.git"
}
, "scripts":
{ "build": "babel --presets es2015 --out-dir lib src"
, "test": "standard src/*.js"
Expand Down

0 comments on commit 3262da6

Please sign in to comment.