@uform/core
Advanced tools
Comparing version 0.1.0-beta.5 to 0.1.0-beta.6
@@ -20,3 +20,3 @@ "use strict"; | ||
var wildcardRE = /\.\s*\*\s*\.?/; | ||
var wildcardRE = /\*/; | ||
var FormPath = { | ||
@@ -23,0 +23,0 @@ match: function match(matchLanguage, matchRealPath, filter) { |
{ | ||
"name": "@uform/core", | ||
"version": "0.1.0-beta.5", | ||
"version": "0.1.0-beta.6", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "lib", | ||
}, | ||
"gitHead": "2032c22f626d7513811c9bb60b9d86514d0eb78d" | ||
"gitHead": "0d0cfef39f9ab55f8df71d3f409cbfcad1dec652" | ||
} |
@@ -11,3 +11,3 @@ import createMatcher from 'dot-match' | ||
const wildcardRE = /\.\s*\*\s*\.?/ | ||
const wildcardRE = /\*/ | ||
@@ -14,0 +14,0 @@ export const FormPath = { |
72595