Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "curri", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"description": "Minimal curry implementation", | ||
"main": "curri.js", | ||
"jsnext:main": "index.next.js", | ||
"module": "index.next.js", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"exports": { | ||
"types": "index.d.ts", | ||
"import": "index.js", | ||
"require": "index.cjs" | ||
}, | ||
"scripts": { | ||
"prepare": "npm run build && npm test", | ||
"prepublishOnly": "npm run build && npm test", | ||
"lint": "eslint index.next.js test.js rollup.config.js", | ||
"build": "rollup -c", | ||
"test-types": "tsc --noEmit", | ||
"doc": "documentation readme index.next.js -s API", | ||
"test": "npm run lint && mocha test.js" | ||
"test": "npm run lint && npm run test-types && mocha test.js" | ||
}, | ||
"files": [ | ||
"index.next.js" | ||
], | ||
"repository": { | ||
@@ -35,6 +38,7 @@ "type": "git", | ||
"@gianlucaguarini/eslint-config": "^2.0.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^6.0.2", | ||
"rollup": "^1.7.4" | ||
"eslint": "^8.38.0", | ||
"mocha": "^10.2.0", | ||
"rollup": "^3.20.2", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
@@ -7,4 +7,3 @@ # curri | ||
[![Build Status][travis-image]][travis-url] | ||
[![Build Status][ci-image]][ci-url] | ||
[![NPM version][npm-version-image]][npm-url] | ||
@@ -25,6 +24,5 @@ [![NPM downloads][npm-downloads-image]][npm-url] | ||
[travis-image]: https://img.shields.io/travis/GianlucaGuarini/curri.svg?style=flat-square | ||
[ci-image]: https://img.shields.io/github/actions/workflow/status/gianlucaguarini/curri/test.yml?style=flat-square | ||
[ci-url]: https://github.com/gianlucaguarini/curri/actions | ||
[travis-url]: https://travis-ci.org/GianlucaGuarini/curri | ||
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square | ||
@@ -31,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2311589
12
78
Yes
5
51