Skip to content

Commit f691a9f

Browse files
committed
0.1.3 release
1 parent a9299ad commit f691a9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var VOW = require('vow'),
33
EXTEND = require('extend'),
44
CRYPTO = require('crypto'),
55
GLOBULE = require('globule'),
6-
SPRITER = require('spriter');
6+
SPRITER = require('bonder');
77

88
var SPEC_COMMENT = '/*~*/';
99

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "procss-sprite",
3-
"version" : "0.1.2",
3+
"version" : "0.1.3",
44
"license" : "MIT",
55
"repository" : {
66
"type" : "git",
@@ -16,7 +16,7 @@
1616
"url" : "http://github.com/vindm"
1717
},
1818
"dependencies" : {
19-
"bonder" : "0.2.1",
19+
"bonder" : "0.2.4",
2020
"globule" : "^0.2.0",
2121
"extend" : "^2.0.0",
2222
"colors" : "^1.0.2",

0 commit comments

Comments
 (0)