@websdk/rhumb
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
(function (global, factory) { | ||
@@ -16,2 +14,4 @@ if (typeof define === "function" && define.amd) { | ||
})(this, function (module) { | ||
'use strict'; | ||
function findIn(parts, tree) { | ||
@@ -18,0 +18,0 @@ var params = {}; |
{ | ||
"name": "@websdk/rhumb", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "URL routing in js", | ||
@@ -28,3 +28,6 @@ "main": "lib/rhumb.js", | ||
}, | ||
"homepage": "https://github.com/sammyt/rhumb#readme" | ||
"homepage": "https://github.com/sammyt/rhumb#readme", | ||
"scripts": { | ||
"prepublish": "make clean build" | ||
} | ||
} |
15647
5