0.1.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "effect-lens",
|
"name": "effect-lens",
|
||||||
"description": "An effectful Lens type to easily manage nested state",
|
"description": "An effectful Lens type to easily manage nested state",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"./README.md",
|
"./README.md",
|
||||||
@@ -17,16 +17,14 @@
|
|||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"default": "./dist/index.js"
|
"default": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"./*": [
|
"./Lens": {
|
||||||
{
|
"types": "./dist/Lens.d.ts",
|
||||||
"types": "./dist/*/index.d.ts",
|
"default": "./dist/Lens.js"
|
||||||
"default": "./dist/*/index.js"
|
},
|
||||||
},
|
"./PropertyPath": {
|
||||||
{
|
"types": "./dist/PropertyPath.d.ts",
|
||||||
"types": "./dist/*.d.ts",
|
"default": "./dist/PropertyPath.js"
|
||||||
"default": "./dist/*.js"
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user