@guardian/src-svgs
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@guardian/src-svgs", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"scripts": { | ||
"build": "rollup --config", | ||
"build": "yarn clean && tsc && rollup --config", | ||
"watch": "rollup --config --watch", | ||
"clean": "rm -rf dist", | ||
"clean": "rm -rf dist *.d.ts", | ||
"prepublish": "yarn build" | ||
@@ -18,3 +18,4 @@ }, | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-node-resolve": "^5.2.0" | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
@@ -30,3 +31,4 @@ "files": [ | ||
"minus.tsx", | ||
"plus.tsx" | ||
"plus.tsx", | ||
"*.d.ts" | ||
], | ||
@@ -33,0 +35,0 @@ "peerDependencies": { |
8419
21
218
7