mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-24 02:30:36 +03:00
improve structure & switch to yarn
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"name": "overlayscrollbars",
|
||||
"private": true,
|
||||
"description": "OverlayScrollbars version 2",
|
||||
"version": "0.0.1"
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"test": "jest --coverage --runInBand --detectOpenHandles",
|
||||
"test:jsdom": "jest --coverage --runInBand --detectOpenHandles --selectProjects jsdom",
|
||||
"test:pptr": "jest --coverage --runInBand --detectOpenHandles --selectProjects puppeteer",
|
||||
"build": "cross-env NODE_ENV=build rollup -c"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user