Skip to content

Commit

Permalink
#36 Update a npm and documents
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Jun 22, 2016
1 parent de3f595 commit 89189c1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 28 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# ChangeLog

## 1.0.3

* Change
* [ICNS size adjustments](https://github.com/akabekobeko/npm-icon-gen/issues/32)
* Fix
* [It is an error to omit the modes in options](https://github.com/akabekobeko/npm-icon-gen/issues/33)

## 1.0.2

* Change
* Update a node modules
* Node v6 support
* Update a node modules
* Node v6 support

## 1.0.1

* Change
* Update a node modules
* [All of the file is output in a mode other than all](https://github.com/akabekobeko/npm-icon-gen/issues/25)
* [Wrong PNG mode of message](https://github.com/akabekobeko/npm-icon-gen/issues/24)
* [Implement an output mode](https://github.com/akabekobeko/npm-icon-gen/issues/22)
* Update a node modules
* [All of the file is output in a mode other than all](https://github.com/akabekobeko/npm-icon-gen/issues/25)
* [Wrong PNG mode of message](https://github.com/akabekobeko/npm-icon-gen/issues/24)
* [Implement an output mode](https://github.com/akabekobeko/npm-icon-gen/issues/22)

## 1.0.0

Expand Down
26 changes: 19 additions & 7 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icon-gen",
"description": "Generate an icon files from the SVG or PNG files",
"version": "1.0.2",
"version": "1.0.3",
"author": "akabeko (http://akabeko.me/)",
"license": "MIT",
"homepage": "https://github.com/akabekobeko/npm-icon-gen#readme",
Expand All @@ -25,27 +25,39 @@
"bugs": {
"url": "https://github.com/akabekobeko/npm-icon-gen/issues"
},
"babel": {
"presets": [
"es2015"
],
"env": {
"development": {
"presets": [
"power-assert"
]
}
}
},
"scripts": {
"test": "mocha",
"test": "mocha --timeout 50000 --compilers js:babel-register test/**/*.test.js",
"start": "npm run watch",
"esdoc": "esdoc -c esdoc.json",
"build": "babel src --out-dir ./",
"watch": "babel src --out-dir ./ --watch",
"prepublish": "npm run build"
},
"dependencies": {
"del": "^2.2.0",
"del": "^2.2.1",
"node-uuid": "^1.4.7",
"pngjs": "^2.3.1",
"svg2png": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.8.0",
"babel-register": "^6.9.0",
"esdoc": "^0.4.7",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"power-assert": "^1.4.1"
}
}
3 changes: 0 additions & 3 deletions test/mocha.opts

This file was deleted.

0 comments on commit 89189c1

Please sign in to comment.