Merge branch 'master' of github.com:leadream/juuust-icon
Showing
{ | { | ||
"name": "juuust-icon", | "name": "juuust-icon", | ||
"version": "0.1.16", | "version": "0.1.17", | ||
"description": "Icon automation workflow with Figma", | "description": "Icon automation workflow with Figma", | ||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"module": "build/index.js", | "module": "build/index.js", | ||
... | @@ -33,8 +33,8 @@ | ... | @@ -33,8 +33,8 @@ |
"build:es": "rm -rf build && babel src --out-dir build --copy-files", | "build:es": "rm -rf build && babel src --out-dir build --copy-files", | ||
"build": "concurrently \"yarn:build:*\"" | "build": "concurrently \"yarn:build:*\"" | ||
}, | }, | ||
"config" : { | "config": { | ||
"style" : "fill" | "style": "fill" | ||
}, | }, | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment