irc-caret-notation
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "irc-caret-notation", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Caret notation parser for IRC", | ||
@@ -17,5 +17,5 @@ "main": "./src/index.js", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.1", | ||
"mocha": "^8.2.1", | ||
"nyc": "^14.1.1" | ||
} | ||
} |
@@ -5,2 +5,4 @@ # IRC Caret Notation | ||
Versions 1.0.2 through 1.0.5 is just fixing audit warnings for dev dependencies. That makes zero diffence for dependents. | ||
```javascript | ||
@@ -7,0 +9,0 @@ const {parse} = require("irc-caret-notation"); |
11301
39