Skip to content

Commit 1dda19c

Browse files
committed
3.1.0
1 parent 40fc185 commit 1dda19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "snapdragon-lexer",
33
"description": "Converts a string into an array of tokens, with useful methods for looking ahead and behind, capturing, matching, et cetera.",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"homepage": "https://github.com/here-be/snapdragon-lexer",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "here-be/snapdragon-lexer",
@@ -26,7 +26,7 @@
2626
"snapdragon-token": "^3.0.1"
2727
},
2828
"devDependencies": {
29-
"define-property": "^2.0.0",
29+
"define-property": "^2.0.2",
3030
"gulp-format-md": "^1.0.0",
3131
"mocha": "^3.5.3",
3232
"nyc": "^11.4.1",

0 commit comments

Comments
 (0)