-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "embla-carousel-wheel-gestures-workspace",
"workspaces": [
"embla-carousel-wheel-gestures",
"docs/*"
],
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn workspaces run build && yarn move",
"test": "yarn workspace embla-carousel-wheel-gestures test",
"lint": "yarn workspaces run lint",
"move": "rm -rf public; mkdir public; cp docs/react/dist/index.html docs/react/dist/react.html; cp -R docs/react/dist/* public/; cp -R docs/vanilla/dist/* public/"
},
"description": "workspace for embla-carousel-wheel-gestures",
"repository": "git@github.com:xiel/embla-carousel-wheel-gestures.git",
"author": "Felix Leupold <felix@xiel.de>",
"license": "MIT",
"resolutions": {
"embla-carousel": "9.0.0-rc01",
"embla-carousel-react": "9.0.0-rc01"
}
}