Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 21, 2018
1 parent e6f5dc6 commit a05b190
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snapdragon",
"description": "Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.",
"version": "0.11.2",
"version": "0.11.3",
"homepage": "https://github.com/here-be/snapdragon",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand All @@ -16,8 +16,7 @@
"license": "MIT",
"files": [
"index.js",
"lib",
"verbfile.js"
"lib"
],
"main": "index.js",
"engines": {
Expand All @@ -41,16 +40,16 @@
"use": "^3.1.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"snapdragon-capture-set": "^1.0.1",
"snapdragon-capture": "^0.2.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"mocha": "^3.2.0",
"snapdragon-capture": "^0.2.0",
"snapdragon-capture-set": "^1.0.1",
"verb-generate-readme": "^0.4.3"
"gulp-format-md": "^0.1.11",
"verb-generate-readme": "^0.6.0"
},
"keywords": [
"lexer",
Expand Down Expand Up @@ -82,17 +81,15 @@
"snapdragon-util"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"css",
"pug",
"snapdragon-capture",
"snapdragon-capture-set",
"snapdragon-node",
"verb",
"verb-generate-readme"
]
"snapdragon-node"
],
"lint": {
"reflinks": true
}
}
}

0 comments on commit a05b190

Please sign in to comment.