Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
- [v2.0.1](#v201) | ||
- [v2.0.0](#v200) | ||
@@ -14,2 +15,5 @@ - [v1.1.0](#v110) | ||
### v2.0.1 | ||
* Fixed named exports in module | ||
### v2.0.0 | ||
@@ -16,0 +20,0 @@ |
{ | ||
"name": "quri", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JS wrapper for the QURI string specification", | ||
"main": "dist/index.js", | ||
"main": "dist/quri.js", | ||
"files": [ | ||
@@ -13,3 +13,3 @@ "bin/", | ||
"lint": "eslint src test", | ||
"check": "npm run lint -s && dependency-check package.json --entry src", | ||
"check": "npm run lint -s && dependency-check package.json", | ||
"watch": "watch 'npm run build' src test", | ||
@@ -16,0 +16,0 @@ "test": "mocha", |
20866
5
390