From 6d1f8c4019bec2c8de900acfcdd47bc6a3edf51d Mon Sep 17 00:00:00 2001 From: Jenil Gogari Date: Fri, 31 Mar 2017 22:08:20 -0400 Subject: [PATCH] 0.2.1 --- package.json | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/package.json b/package.json index a60f940..a265652 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,35 @@ { - "name": "chota", - "version": "0.2.0", - "description": "A really small CSS framework", - "main": "dist/chota.min.css", - "scripts": { - "start": "browser-sync start --server --files '**/*.css' '**/*.html'", - "build": "rm -r dist/ && yarn postcss && yarn postcss -- -u cssnano -x .min.css", - "postcss": "postcss ./src/chota.css --use postcss-import -d dist/ --no-map", - "watch": "yarn postcss -- -u cssnano -x .min.css -w", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "css", - "minimal", - "web" - ], - "author": "Jenil Gogari", - "license": "MIT", - "homepage": "https://jenil.github.io/chota", - "repository": { - "type": "git", - "url": "git+https://github.com/jenil/chota.git" - }, - "bugs": { - "url": "https://github.com/jenil/chota/issues" - }, - "devDependencies": { - "autoprefixer": "^6.7.7", - "browser-sync": "^2.18.8", - "cssnano": "^3.10.0", - "postcss-cli": "^3.0.0", - "postcss-import": "^9.1.0" - } + "name": "chota", + "version": "0.2.1", + "description": "A really small CSS framework", + "main": "dist/chota.min.css", + "scripts": { + "start": "browser-sync start --server --files '**/*.css' '**/*.html'", + "build": "rm -r dist/ && yarn postcss && yarn postcss -- -u cssnano -x .min.css", + "postcss": "postcss ./src/chota.css --use postcss-import -d dist/ --no-map", + "watch": "yarn postcss -- -u cssnano -x .min.css -w", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "css", + "minimal", + "web" + ], + "author": "Jenil Gogari", + "license": "MIT", + "homepage": "https://jenil.github.io/chota", + "repository": { + "type": "git", + "url": "git+https://github.com/jenil/chota.git" + }, + "bugs": { + "url": "https://github.com/jenil/chota/issues" + }, + "devDependencies": { + "autoprefixer": "^6.7.7", + "browser-sync": "^2.18.8", + "cssnano": "^3.10.0", + "postcss-cli": "^3.0.0", + "postcss-import": "^9.1.0" + } }