diff --git a/package.json b/package.json index dfdf0e4..a0f05de 100755 --- a/package.json +++ b/package.json @@ -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",