1
Fork 0
This commit is contained in:
Bauke 2018-06-17 12:23:45 +02:00
parent cd98a2ca15
commit 7f90ac3601
No known key found for this signature in database
GPG Key ID: 2E60C4161D9ECCB2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "bauke-styles", "name": "bauke-styles",
"repository": "https://gitlab.com/Bauke/styles", "repository": "https://gitlab.com/Bauke/styles",
"version": "2.0.0", "version": "3.0.0",
"author": { "author": {
"name": "Bauke", "name": "Bauke",
"email": "me@bauke.xyz" "email": "me@bauke.xyz"
@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"watch": "node-sass -w sass -o temp", "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", "generate": "node generate.js",
"build:dev": "node-sass sass -o temp --output-style compact", "build:dev": "node-sass sass -o temp --output-style compact",
"build:prod": "node-sass sass -o css -q --output-style compact", "build:prod": "node-sass sass -o css -q --output-style compact",