folder-pane 2.4.6 → 2.4.9-alpha-2b12f04c

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 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
@@ -73,7 +73,7 @@ module.exports = {
73
73
  div.appendChild(pre)
74
74
  pre.appendChild(dom.createTextNode(message))
75
75
  }
76
- */
76
+ */
77
77
  var div = dom.createElement('div')
78
78
  div.setAttribute('class', 'instancePane')
79
79
  div.setAttribute(
@@ -106,7 +106,6 @@ module.exports = {
106
106
  .getOutliner(dom)
107
107
  .GotoSubject(indexThing, true, undefined, false, undefined, mainTable)
108
108
  })
109
-
110
109
  return div
111
110
  } else {
112
111
  // check folder text/turtle has been loaded
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "folder-pane",
3
- "version": "2.4.6",
3
+ "version": "2.4.9-alpha-2b12f04c",
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 master --follow-tags"
12
+ "postpublish": "git push origin main --follow-tags"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "homepage": "https://github.com/solid/folder-pane",
36
36
  "dependencies": {
37
- "solid-ui": "^2.3.9"
37
+ "solid-ui": "^2.4.9-alpha-2b12f04c"
38
38
  },
39
39
  "devDependencies": {
40
- "eslint": "^7.18.0",
41
- "husky": "^4.3.8",
42
- "lint-staged": "^10.5.3",
40
+ "eslint": "^7.28.0",
41
+ "husky": "^6.0.0",
42
+ "lint-staged": "^11.0.0",
43
43
  "standard": "^16.0.3"
44
44
  },
45
45
  "husky": {