Skip to content
Snippets Groups Projects
Commit a8be35b2 authored by Fynn Becker's avatar Fynn Becker Committed by Jonathan Neal
Browse files

Use cross-platform cpr for npm install hook (#8)

parent fa072419
Branches
Tags
No related merge requests found
node_modules
# Exclude generated files
_system-font.scss
system-font.less
...@@ -19,10 +19,12 @@ ...@@ -19,10 +19,12 @@
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"
}, },
"dependencies": {}, "dependencies": {
"cpr": "^2.2.0"
},
"devDependencies": {}, "devDependencies": {},
"main": "system-font.css", "main": "system-font.css",
"scripts": { "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"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment