-
- Downloads
"lib/modules/platform/gitlab/index.ts" did not exist on "b121deb969f7ee5f45d36155872e48a99b461bf0"
Use cross-platform cpr for npm install hook (#8)
.gitignore
0 → 100644
... | ... | @@ -19,10 +19,12 @@ |
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"cpr": "^2.2.0" | ||
}, | ||
"devDependencies": {}, | ||
"main": "system-font.css", | ||
"scripts": { | ||
"install": "cp system-font.css _system-font.scss ; cp system-font.css system-font.less" | ||
"install": "cpr system-font.css _system-font.scss -o && cpr system-font.css system-font.less -o" | ||
} | ||
} |
Please register or sign in to comment