Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jan 11, 2018
1 parent 7a82f16 commit 7f8807c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export type Primitive = string | number | boolean | null;
export interface Object {
[member: string]: Value;
[member: number]: Value;
}
export interface Arr extends Array<Value> {}

Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-typescript",
"version": "0.0.8",
"version": "1.0.0",
"description": "TypeScript type definitions for JSON objects",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 7f8807c

Please sign in to comment.