Skip to content

Commit

Permalink
Merge pull request #54 from spiltcoffee/allow-same-version3
Browse files Browse the repository at this point in the history
fix: fixed version numbers
  • Loading branch information
spiltcoffee authored Mar 10, 2019
2 parents 2c66faf + 7816dc7 commit 7647db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@postdfm/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postdfm/ast",
"version": "0.0.1",
"version": "1.0.0",
"description": "Abstract Syntax Tree classes for postdfm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@postdfm/dfm2ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postdfm/dfm2ast",
"version": "1.0.0",
"version": "2.0.0",
"description": "Convert Delphi Form files to an Abstract Syntax Tree",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/spiltcoffee/postdfm#readme",
"dependencies": {
"@postdfm/ast": "^0.0.1",
"@postdfm/ast": "^1.0.0",
"nearley": "^2.16.0"
},
"files": [
Expand Down

0 comments on commit 7647db8

Please sign in to comment.