修改lineHeight设置
Showing
{ | { | ||
"name": "psd-parse-web", | "name": "psd-parse-web", | ||
"version": "2.1.7", | "version": "2.1.8", | ||
"main": "src/index.js", | "main": "src/index.js", | ||
"module": "dist/index.es.js", | "module": "dist/index.es.js", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"test": "node test/index.js", | "test": "node test/index.js", | ||
"dev": "rollup -c -w", | "dev": "rollup -c -w", | ||
"build": "rollup -c" | "build": "rollup -c" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"color": "^3.1.2", | "color": "^3.1.2", | ||
"fs-extra": "^9.0.1", | "fs-extra": "^9.0.1", | ||
"object-hash": "^2.0.1", | "object-hash": "^2.0.1", | ||
"psd": "3.2.0", | "psd": "3.2.0", | ||
"uuid": "^3.3.3" | "uuid": "^3.3.3" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment