@gasket/plugin-git
Advanced tools
Comparing version 5.0.0-canary.1 to 5.0.0-canary.2
{ | ||
"name": "@gasket/plugin-git", | ||
"version": "5.0.0-canary.1", | ||
"version": "5.0.0-canary.2", | ||
"description": "Adds git support to your application", | ||
@@ -34,3 +34,3 @@ "main": "lib", | ||
"dependencies": { | ||
"@gasket/utils": "^5.0.0-canary.1" | ||
"@gasket/utils": "^5.0.0-canary.2" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "c752bc370f7990fee3bf5a6a4ff27bd21bd19ac8" | ||
"gitHead": "4a7e55b164872f8b29a9c2df13fe8be8fe64fb32" | ||
} |
@@ -23,3 +23,3 @@ # @gasket/plugin-git | ||
{ | ||
"name": "my-preset", | ||
"name": "gasket-preset-example", | ||
"version": "1.2.3", | ||
@@ -26,0 +26,0 @@ "main": "index.js", |
6824