tk-base upgrade for es module

This commit is contained in:
Michaël Lemaire 2019-09-25 22:45:17 +02:00
parent 079a9dc5ae
commit 280ec25df9
2 changed files with 906 additions and 3013 deletions

3903
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,19 +1,19 @@
{ {
"name": "tk-functional", "name": "tk-functional",
"version": "0.1.3", "version": "0.1.4",
"description": "Typescript/Javascript helpers for functional-style programming", "description": "Typescript/Javascript helpers for functional-style programming",
"source": "src/index.ts", "source": "src/index.ts",
"main": "dist/tk-functional.js", "main": "dist/tk-functional.umd.js",
"umd:main": "dist/tk-functional.js", "module": "dist/tk-functional.modern.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [ "files": [
"/src", "/src",
"/dist" "/dist"
], ],
"scripts": { "scripts": {
"test": "npx tk-base test", "test": "npx --no-install tk-base test",
"normalize": "npx tk-base normalize", "normalize": "npx --no-install tk-base normalize",
"build": "npx tk-base build", "build": "npx --no-install tk-base build",
"prepare": "npm run build", "prepare": "npm run build",
"prepublishOnly": "npm test" "prepublishOnly": "npm test"
}, },
@ -23,7 +23,7 @@
}, },
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"tk-base": "^0.1.7" "tk-base": "^0.2.0"
}, },
"dependencies": {} "dependencies": {}
} }