folder-pane 2.4.7 → 2.4.9-alpha-d9bd19aa
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/.eslintrc +0 -0
- package/.nvmrc +0 -0
- package/LICENSE.md +0 -0
- package/README.md +0 -0
- package/folderPane.js +0 -0
- package/package.json +4 -4
package/.eslintrc
CHANGED
|
File without changes
|
package/.nvmrc
CHANGED
|
File without changes
|
package/LICENSE.md
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/folderPane.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "folder-pane",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.9-alpha-d9bd19aa",
|
|
4
4
|
"description": "Solid-compatible Panes: File browser",
|
|
5
5
|
"main": "./folderPane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lint-fix": "eslint '*.js' --fix",
|
|
10
10
|
"test": "npm run lint",
|
|
11
11
|
"prepublishOnly": "npm test",
|
|
12
|
-
"postpublish": "git push origin
|
|
12
|
+
"postpublish": "git push origin main --follow-tags"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"homepage": "https://github.com/solid/folder-pane",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"solid-ui": "^2.4.
|
|
37
|
+
"solid-ui": "^2.4.9-alpha-d9bd19aa"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"eslint": "^7.
|
|
40
|
+
"eslint": "^7.28.0",
|
|
41
41
|
"husky": "^6.0.0",
|
|
42
42
|
"lint-staged": "^11.0.0",
|
|
43
43
|
"standard": "^16.0.3"
|