Skip to content

Commit e7575ed

Browse files
committed
Incremeneted version and added repository
1 parent f40c024 commit e7575ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-spritesmith",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Grunt library for using spritesmith",
55
"main": "index.js",
66
"scripts": {
@@ -21,5 +21,9 @@
2121
"optionalDependencies": {
2222
"grunt": "~0.3.12"
2323
},
24-
"private": true
24+
"private": true,
25+
"repositories": [{
26+
"type": "git",
27+
"url": "https://github.com/Ensighten/grunt-spritesmith.git"
28+
}]
2529
}

0 commit comments

Comments
 (0)