@guardian/src-foundations
Advanced tools
Comparing version 0.15.0 to 0.15.1
{ | ||
"name": "@guardian/src-foundations", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"main": "foundations.js", | ||
@@ -8,3 +8,3 @@ "module": "foundations.esm.js", | ||
"type": "git", | ||
"url": "https://github.com/guardian/source-components.git" | ||
"url": "https://github.com/guardian/source.git" | ||
}, | ||
@@ -17,3 +17,5 @@ "scripts": { | ||
"prepublishOnly": "yarn build", | ||
"postpublish": "yarn clean" | ||
"postpublish": "yarn clean", | ||
"verbump:minor": "yarn version --minor --no-git-tag-version", | ||
"verbump:patch": "yarn version --patch --no-git-tag-version" | ||
}, | ||
@@ -26,2 +28,3 @@ "files": [ | ||
"typography/*", | ||
"utils/*", | ||
"*.d.ts", | ||
@@ -28,0 +31,0 @@ "foundations.esm.js", |
120170
84
4387