mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-06 03:09:11 -06:00
* Revert "Revert "Share node_modules for samples/js" (#1967)"
This reverts commit 7bb1623e99.
* Add parent directory to the PATH
* Change run-all-js-tests to run samples/js before samples/js/**
* Fix a temporary comment
19 lines
512 B
JSON
19 lines
512 B
JSON
{
|
|
"name": "@attic/csv",
|
|
"description": "noms example javascript client with a counter",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"prepublish": "npm run build",
|
|
"start": "PATH=../node_modules/.bin/:$PATH babel -d dist -w src",
|
|
"build": "PATH=../node_modules/.bin/:$PATH BABEL_ENV=production babel -d dist src",
|
|
"test": "PATH=../node_modules/.bin/:$PATH eslint src/ && flow src/"
|
|
},
|
|
"keywords": [
|
|
"csv",
|
|
"importer",
|
|
"noms"
|
|
]
|
|
}
|