@cssninja/bulma-css-vars
Advanced tools
Comparing version
{ | ||
"name": "@cssninja/bulma-css-vars", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Bulma with CSS variables", | ||
@@ -19,2 +19,7 @@ "keywords": [ | ||
}, | ||
"./*.sass": { | ||
"sass": "./*.sass", | ||
"style": "./*.sass", | ||
"default": "./*.sass" | ||
}, | ||
"./*": { | ||
@@ -33,9 +38,2 @@ "import": "./dist/esm/*.js", | ||
}, | ||
"scripts": { | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && webpack", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run test && npm run build && cp ../README.md .", | ||
"test": "jest", | ||
"release": "npx standard-version && git push --follow-tags origin master && npm publish" | ||
}, | ||
"author": "Thomas Wirth <thomas@wtho.de>", | ||
@@ -73,3 +71,8 @@ "repository": { | ||
"webpack-cli": "^4.9.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && webpack", | ||
"test": "jest", | ||
"release": "npx standard-version && git push --follow-tags origin master && npm publish" | ||
} | ||
} | ||
} |
143521
0