v3.0.0
This commit is contained in:
parent
cd98a2ca15
commit
7f90ac3601
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bauke-styles",
|
||||
"repository": "https://gitlab.com/Bauke/styles",
|
||||
"version": "2.0.0",
|
||||
"version": "3.0.0",
|
||||
"author": {
|
||||
"name": "Bauke",
|
||||
"email": "me@bauke.xyz"
|
||||
|
@ -9,7 +9,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"watch": "node-sass -w sass -o temp",
|
||||
"release": "yarn lint && yarn build:prod && yarn generate && yarn version",
|
||||
"release": "yarn lint && yarn build:prod && yarn version && yarn generate",
|
||||
"generate": "node generate.js",
|
||||
"build:dev": "node-sass sass -o temp --output-style compact",
|
||||
"build:prod": "node-sass sass -o css -q --output-style compact",
|
||||
|
|
Loading…
Reference in New Issue