Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 88eb245

Browse files
committed
Merge branch 'hotfix/nmconfig' into develop
2 parents 6458c35 + 95a2d9e commit 88eb245

File tree

3 files changed

+6
-48
lines changed

3 files changed

+6
-48
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ df.show()
3030
**DataFrame is modulable** because you can use additional modules (Stat and Matrix by default) or create your own.
3131

3232
## Installation
33+
via git:
34+
`npm install git+https://github.com/Gmousse/dataframe-js.git`
3335

34-
`npm install git+http://93.15.96.71:10080/odin/dataframe-js.git#feature/begin`
36+
via npm:
37+
`npm install dataframe-js`
3538

3639
## Manual
3740

dataframe-benchmark.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "./lib",
66
"scripts": {
77
"test": "NODE_ENV=production babel-tape-runner 'tests/*-test.js' | tap-diff",
8-
"compile": "NODE_ENV=production babel -d lib/ src/",
8+
"build": "NODE_ENV=production babel -d lib/ src/",
99
"doc": "jsdoc2md src/* > doc/CORE_API.md && jsdoc2md src/modules/* > doc/MODULES_API.md",
1010
"lint": "eslint -c .eslintrc ./src",
11-
"bench": "babel-node dataframe-benchmark.js"
11+
"prepublish": "npm run build"
1212
},
1313
"author": "Guillaume Mousnier",
1414
"license": "MIT",

0 commit comments

Comments
 (0)