cm-web-modules
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "cm-web-modules", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Collection of clean and small ES6 modules for the web", | ||
@@ -11,7 +11,7 @@ "main": "src/LibraryManager.js", | ||
"scripts": { | ||
"test": "echo request test/test.html for testing" | ||
"test": "echo request test/test.html in a browser for testing" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/shaack/m.git" | ||
"url": "git+https://github.com/shaack/cm-web-modules.git" | ||
}, | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/shaack/m/issues" | ||
"url": "https://github.com/shaack/cm-web-modules/issues" | ||
}, | ||
"homepage": "https://github.com/shaack/m#readme", | ||
"homepage": "https://github.com/shaack/cm-web-modules#readme", | ||
"devDependencies": { | ||
@@ -33,0 +33,0 @@ "mocha": "^5.2.0" |
71296