Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mia Wang committed Aug 12, 2021
1 parent 7aa7cd8 commit ba71dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cross-context-events",
"version": "0.2.1",
"version": "1.0.0",
"description": "A lightweight event library for cross context messaging and events synchronization",
"main": "dist/cross-context-events.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/transports.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import expect from "expect"
import {fork} from "child_process"
import path from "path"
import {Transport, createContainer, TransportData, createDefaultTransport, createEvent} from "../src"
import {Transport, createContainer, TransportData, createDefaultTransport} from "../src"
import {readFileSync} from "fs"

describe("transports.ts", () => {
Expand Down

0 comments on commit ba71dee

Please sign in to comment.