We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa4e15 commit 4d02c84Copy full SHA for 4d02c84
CHANGELOG.md
@@ -1,5 +1,9 @@
1
:warning: = breaking change
2
3
+## 2.1.0
4
+##### 2017-jun-17
5
+* Update to spritezero 5.0.0
6
+
7
## 2.0.0
8
##### 2017-feb-13
9
* Update to spritezero 4.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/spritezero-cli",
- "version": "2.0.0",
+ "version": "2.1.0",
"main": "index.js",
"description": "a command-line interface for spritezero generation of raster sprites from SVG input",
"author": "Tom MacWright",
@@ -24,7 +24,7 @@
24
"@mapbox/spritezero": "~5.0.0"
25
},
26
"devDependencies": {
27
- "eslint": "^3.8.0",
+ "eslint": "^4.0.0",
28
"greenkeeper-postpublish": "^1.0.1",
29
"tap": "^10.1.0"
30
0 commit comments