-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
65 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "zigne", | ||
"version": "0.0.7", | ||
"description": "Calculate statistical significance.", | ||
"main": "./dist/zigne.node.js", | ||
"browser": "./dist/zigne.browser.js", | ||
"repository": "https://github.com/jarib/zigne", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack", | ||
"prepare": "yarn build", | ||
"test": "NODE_ENV=test jest src/*.test.js", | ||
"test:watch": "NODE_ENV=test jest --watch src/*.test.js" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"babel-jest": "^24.8.0", | ||
"babel-loader": "^8.0.6", | ||
"jest": "^24.8.0", | ||
"regenerator-runtime": "^0.11.1", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^3.3.2" | ||
} | ||
"name": "zigne", | ||
"version": "0.0.7", | ||
"description": "Calculate statistical significance.", | ||
"main": "./dist/zigne.node.js", | ||
"browser": "./dist/zigne.browser.js", | ||
"repository": "https://github.com/jarib/zigne", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack", | ||
"prepare": "yarn build", | ||
"test": "NODE_ENV=test jest src/*.test.js", | ||
"tdd": "NODE_ENV=test jest --watch src/*.test.js" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"babel-jest": "^24.8.0", | ||
"babel-loader": "^8.0.6", | ||
"jest": "^24.8.0", | ||
"regenerator-runtime": "^0.11.1", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^3.3.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters