Skip to content

Commit

Permalink
fix: gremilins are gone
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jan 16, 2020
1 parent fb986d2 commit 0857c5f
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 @@ -34,7 +34,7 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@open-rpc/examples": "^1.3.4",
"@open-rpc/examples": "^1.3.5",
"@open-rpc/meta-schema": "^1.6.0",
"@open-rpc/schema-utils-js": "^1.12.0",
"@types/fs-extra": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Expand Up @@ -2,7 +2,7 @@

import program = require("commander");
import orpcGenerator from "./";
import { OpenRPC } from "@open-rpc/meta-schema";
import { OpenrpcDocument as OpenRPC } from "@open-rpc/meta-schema";

const version = require("../../package.json").version; // tslint:disable-line

Expand Down

0 comments on commit 0857c5f

Please sign in to comment.