Skip to content

Commit

Permalink
Merge pull request #52 from spiltcoffee/allow-same-version2
Browse files Browse the repository at this point in the history
chore: revert --allow-same-version, revert @postdfm/ast version
  • Loading branch information
spiltcoffee authored Mar 10, 2019
2 parents d532065 + f42a8ed commit 2c66faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format:check": "yarn prettier --check",
"compile": "lerna run compile",
"test": "jest --coverage",
"release": "lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo --tag-format='${LERNA_PACKAGE_NAME}-v\\${version}' --repositoryUrl ssh://[email protected]/spiltcoffee/postdfm.git --allow-same-version"
"release": "lerna exec --concurrency 1 -- semantic-release -e semantic-release-monorepo --tag-format='${LERNA_PACKAGE_NAME}-v\\${version}' --repositoryUrl ssh://[email protected]/spiltcoffee/postdfm.git"
},
"devDependencies": {
"@commitlint/config-conventional": "^7.5.0",
Expand Down
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": "1.0.0",
"version": "0.0.1",
"description": "Abstract Syntax Tree classes for postdfm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@postdfm/dfm2ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/spiltcoffee/postdfm#readme",
"dependencies": {
"@postdfm/ast": "^1.0.0",
"@postdfm/ast": "^0.0.1",
"nearley": "^2.16.0"
},
"files": [
Expand Down

0 comments on commit 2c66faf

Please sign in to comment.