Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Mar 13, 2018
1 parent 6154ed5 commit 761d37f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions 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 <teppeis@gmail.com>",
"engines": {
"node": ">=6"
Expand All @@ -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",
Expand Down Expand Up @@ -70,6 +73,8 @@
"pre-commit": "npm test && npm run site && git add docs"
}
},
"keywords": ["kintone"],
"keywords": [
"kintone"
],
"license": "MIT"
}

0 comments on commit 761d37f

Please sign in to comment.