@curtissimo/elm-split-pane 1.0.0 → 1.0.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@curtissimo/elm-split-pane",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"./build/styles/main.css",
|
|
6
6
|
"./build/styles/main.css.map"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build:assets:css": "parcel build assets/styles/main.css --dist-dir build/styles",
|
|
28
28
|
"build:assets": "npm run build:assets:css;",
|
|
29
|
-
"build:examples": "parcel build examples/src/index.html --dist-dir public",
|
|
29
|
+
"build:examples": "parcel build examples/src/index.html --dist-dir public --public-url ./",
|
|
30
30
|
"git:set-remote": "npm run git:set-remote:ssh",
|
|
31
31
|
"git:set-remote:http": "git remote add origin https://gitlab.com/curtissimo/elm-split-pane.git",
|
|
32
32
|
"git:set-remote:ssh": "git remote add origin git@gitlab.com:curtissimo/elm-split-pane.git",
|