Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jan 10, 2018
1 parent 7e5e68e commit aaa83de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "0.1.0"
}
6 changes: 3 additions & 3 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/index.js",
"dependencies": {
"@readme/oas-extensions": "^0.0.0",
"@readme/syntax-highlighter": "^0.0.0",
"@readme/oas-extensions": "^0.1.0",
"@readme/syntax-highlighter": "^0.1.0",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
"httpsnippet": "^1.16.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/oas-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@readme/oas-extensions",
"description": "A list of extensions that ReadMe has added to the OAS spec",
"version": "0.0.0",
"dependencies": {},
"version": "0.1.0",
"scripts": {
"test": "eslint -f unix ."
},
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "Syntax highlighter used on ReadMe.io",
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"codemirror": "^5.31.0"
},
Expand Down

0 comments on commit aaa83de

Please sign in to comment.