Skip to content

Commit

Permalink
version bump to match match marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin authored May 16, 2019
2 parents dc404cc + a0cb6a9 commit 196d2f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"displayName": "Better C++ Syntax",
"description": "The bleeding edge of the VS Code C++ syntax",
"icon": "icon.png",
"version": "1.8.13",
"version": "1.8.14",
"scripts": {
"build": "ruby cpp/generate.rb && ruby c/generate.rb",
"pretest": "npm run build",
"test": "node test/src/commands/test.js",
"preversion": "npm test",
"version": "npm run build && git add -A syntaxes",
"pregenerate-specs": "npm run build",
"generate-specs": "node test/src/commands/generate-specs.js",
"sort-specs": "node test/src/commands/sort-specs.js"
"sort-specs": "node test/src/commands/sort-specs.js",
"vscode:prepublish": "npm run build"
},
"engines": {
"vscode": "^1.0.0"
Expand Down

0 comments on commit 196d2f4

Please sign in to comment.