Skip to content

Commit

Permalink
upgrade parser to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leplay committed Aug 7, 2019
1 parent 5b1af4d commit 612d289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"core-js": "^2.6.5",
"costflow": "^0.1.3",
"costflow": "^0.1.4",
"debounce": "^1.2.0",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
@@ -1,7 +1,7 @@
<template>
<div id="app" class="playground">
<h2 class="title">Costflow Playground</h2>
<p class="version"><a href="https://github.com/costflow/syntax">Syntax v0.1</a> / <a href="https://github.com/costflow/parser">Parser v0.1.3</a></p>
<p class="version"><a href="https://github.com/costflow/syntax">Syntax v0.1</a> / <a href="https://github.com/costflow/parser">Parser v0.1.4</a></p>
<nav>
<a class="nav-item" href="https://docs.costflow.io/" target="_blank">Docs</a>
<a class="nav-item" href="https://github.com/costflow" target="_blank">Github</a>
Expand Down

0 comments on commit 612d289

Please sign in to comment.