Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg c35397a715 1.0.1 8 years ago
Sven Slootweg 8a3a950f9a Fix Git URL 8 years ago

@ -1,6 +1,6 @@
{ {
"name": "@joepie91/gulp-preset-es2015", "name": "@joepie91/gulp-preset-es2015",
"version": "1.0.0", "version": "1.0.1",
"description": "A Gulp preset for ES2015 code using Babel", "description": "A Gulp preset for ES2015 code using Babel",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/joepie91/node-gulp-preset-es2015" "url": "http://git.cryto.net/joepie91/node-gulp-preset-es2015.git"
}, },
"keywords": [ "keywords": [
"gulp", "gulp",

Loading…
Cancel
Save