From 761d37ffda09479a6caf16ae6f597426a0eaa12a Mon Sep 17 00:00:00 2001 From: teppeis Date: Tue, 13 Mar 2018 11:38:19 +0900 Subject: [PATCH] 0.8.0 --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0a5ce572..7bfa2559 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teppeis/kintone-plugin-packer", "description": "Package your kintone plugin with pure JavaScript", - "version": "0.7.1", + "version": "0.8.0", "author": "Teppei Sato ", "engines": { "node": ">=6" @@ -10,7 +10,10 @@ "bin": { "kintone-plugin-packer": "bin/cli.js" }, - "files": ["bin", "src"], + "files": [ + "bin", + "src" + ], "scripts": { "circleci": "run-s test", "css": "cssnano node_modules/normalize.css/normalize.css --safe > docs/dist/normalize.min.css", @@ -70,6 +73,8 @@ "pre-commit": "npm test && npm run site && git add docs" } }, - "keywords": ["kintone"], + "keywords": [ + "kintone" + ], "license": "MIT" }