tokenize-this
Advanced tools
{ | ||
"name": "tokenize-this", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Turns a string into tokens.", | ||
@@ -5,0 +5,0 @@ "main": "tokenize-this.min.js", |
@@ -87,3 +87,3 @@ # TokenizeThis | ||
#### See ".defaultConfig" in the #API section for all options | ||
#### See [here](#defaultconfigobject) for all options | ||
@@ -90,0 +90,0 @@ This can be used to tokenize many forms of data, like JSON into key-value pairs. |
@@ -110,3 +110,3 @@ "use strict"; | ||
describe('See ".defaultConfig" in the #API section for all options', function() { | ||
describe('See [here](#defaultconfigobject) for all options', function() { | ||
@@ -113,0 +113,0 @@ it('This can be used to tokenize many forms of data, like JSON into key-value pairs', function() { |
Sorry, the diff of this file is not supported yet
73785
0.48%