Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "cumpa", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"description": "Minimal function composition implementation", | ||
"main": "cumpa.js", | ||
"jsnext:main": "index.next.js", | ||
"module": "index.next.js", | ||
"main": "index.cjs", | ||
"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", | ||
"doc": "documentation readme index.next.js -s API", | ||
"pretest": "npm run build", | ||
"test": "npm run lint && mocha test.js" | ||
"test-types": "tsc --noEmit", | ||
"test": "npm run lint && npm run test-types && mocha test.js" | ||
}, | ||
@@ -37,7 +42,8 @@ "files": [ | ||
"@gianlucaguarini/eslint-config": "^2.0.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^6.0.2", | ||
"rollup": "^1.7.4", | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
"eslint": "^8.38.0", | ||
"mocha": "^10.2.0", | ||
"rollup": "^3.20.2", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # cumpa | ||
[![Build Status][travis-image]][travis-url] | ||
[![Build Status][ci-image]][ci-url] | ||
@@ -29,6 +29,5 @@ [![NPM version][npm-version-image]][npm-url] | ||
[travis-image]: https://img.shields.io/travis/GianlucaGuarini/cumpa.svg?style=flat-square | ||
[ci-image]: https://img.shields.io/github/actions/workflow/status/gianlucaguarini/cumpa/test.yml?style=flat-square | ||
[ci-url]: https://github.com/gianlucaguarini/cumpa/actions | ||
[travis-url]: https://travis-ci.org/GianlucaGuarini/cumpa | ||
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square | ||
@@ -35,0 +34,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
6755
Yes
6
75