Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "pure-rand", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": " Pure random number generator written in TypeScript", | ||
"main": "lib/pure-rand.js", | ||
"module": "lib/esm/pure-rand.js", | ||
"types": "lib/pure-rand.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"build:esm": "tsc --module es2015 --outDir lib/esm --declaration false", | ||
"webbuild": "browserify lib/pure-rand.js --s prand -o lib/bundle.js", | ||
"test": "nyc mocha \"test/**/*.spec.ts\"", | ||
"perfs": "ts-node perfs/main", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"codeclimate": "nyc report --reporter=text-lcov | codeclimate-test-reporter" | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -27,13 +28,12 @@ "repository": { | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.1.2", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.7.1", | ||
"browserify": "^16.2.2", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"coveralls": "^3.0.0", | ||
"fast-check": "^1.1.0", | ||
"coveralls": "^3.0.2", | ||
"fast-check": "^1.4.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^11.8.0", | ||
"source-map-support": "^0.5.6", | ||
"ts-node": "^6.0.3", | ||
"typescript": "^2.8.3" | ||
"nyc": "^12.0.2", | ||
"source-map-support": "^0.5.8", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.0.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "keywords": [ |
@@ -10,3 +10,2 @@ # pure-rand | ||
[![Coverage Status](https://coveralls.io/repos/github/dubzzz/pure-rand/badge.svg)](https://coveralls.io/github/dubzzz/pure-rand) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/test_coverage)](https://codeclimate.com/github/dubzzz/pure-rand/test_coverage) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/7cb8cb395740446a3108/maintainability)](https://codeclimate.com/github/dubzzz/pure-rand/maintainability) | ||
@@ -13,0 +12,0 @@ |
@@ -12,2 +12,3 @@ { | ||
"downlevelIteration": true, | ||
"module": "commonjs", | ||
"target": "es3", | ||
@@ -14,0 +15,0 @@ "lib": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
10
31
165048
4968
98