We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916dba8 commit 94515d9Copy full SHA for 94515d9
index.js
@@ -1,3 +1,6 @@
1
-
2
-export * from './lib/sfPath.js';
+export * from './lib/canonicalTitleMap';
+export * from './lib/merge.js';
3
+export * from './lib/schemaDefaults.js';
4
export * from './lib/select.js';
5
+export * from './lib/sfPath.js';
6
+export * from './lib/traverse.js';
package.json
@@ -5,6 +5,7 @@
"main": "bundle.js",
"scripts": {
7
"build": "webpack",
8
+ "watch": "webpack --watch",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"repository": {
0 commit comments