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