@vanillaes/esmtk 0.24.4 → 0.24.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ npx @vanillaes/esmtk test **/*.test.js
72
72
  # run the tests (ignore tests)
73
73
  npx @vanillaes/esmtk test **/*.test.js --ignore **/node_modules/**,src/rm.spec.js
74
74
 
75
- # run the tests (ignore tests)
75
+ # run the tests (change the root)
76
76
  npx @vanillaes/esmtk test **/*.test.js --root src/
77
77
 
78
78
  # run the tests (watch for changes)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanillaes/esmtk",
3
- "version": "0.24.4",
3
+ "version": "0.24.5",
4
4
  "description": "ES Module Toolkit",
5
5
  "keywords": [
6
6
  "ecmascript",