@dschz/solid-flow 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dschz/solid-flow",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Solid Flow - A highly customizable Solid library for building node-based editors, workflow systems, diagrams and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Daniel Sanchez <dsanc89@icloud.com>",
|
|
@@ -116,12 +116,8 @@
|
|
|
116
116
|
"default": "./dist/index/index.js"
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
"./styles":
|
|
120
|
-
|
|
121
|
-
"types": "./dist/styles/index.d.ts",
|
|
122
|
-
"default": "./dist/styles/index.js"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
119
|
+
"./styles": "./dist/styles/index.css",
|
|
120
|
+
"./dist/style.css": "./dist/styles/index.css"
|
|
125
121
|
},
|
|
126
122
|
"typesVersions": {
|
|
127
123
|
"*": {
|