Skip to content

Commit

Permalink
fixpack + use package.json main key
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 28, 2018
1 parent ab79832 commit 8a8f4f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
1 change: 0 additions & 1 deletion index.js

This file was deleted.

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"name": "genie-slp",
"description": "SLP graphics file parser for Node.js",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"slp",
"genie",
"graphics",
"ensemble studios",
"age of empires"
],
"author": "René Kooi <[email protected]>",
"repository": "goto-bus-stop/genie-slp",
"dependencies": {
"awestruct": "^1.0.0"
},
Expand All @@ -21,9 +12,19 @@
"rimraf": "^2.6.2",
"standard": "^10.0.0"
},
"keywords": [
"age of empires",
"ensemble studios",
"genie",
"graphics",
"slp"
],
"license": "MIT",
"main": "lib/SLP.js",
"repository": "goto-bus-stop/genie-slp",
"scripts": {
"build": "rimraf lib && babel --presets es2015 --out-dir lib src",
"test": "standard src/*.js",
"prepublish": "npm run build"
"prepublish": "npm run build",
"test": "standard src/*.js"
}
}

0 comments on commit 8a8f4f9

Please sign in to comment.