Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 29, 2023
1 parent 93710cd commit 7b7857b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/server-listening.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! server-listening v1.0.1 ~~ https://github.com/center-key/server-listening ~~ MIT License
//! server-listening v1.0.2 ~~ https://github.com/center-key/server-listening ~~ MIT License

/// <reference types="cheerio" />
import { JSDOM, BaseOptions, DOMWindow } from 'jsdom';
Expand Down
2 changes: 1 addition & 1 deletion dist/server-listening.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! server-listening v1.0.1 ~~ https://github.com/center-key/server-listening ~~ MIT License
//! server-listening v1.0.2 ~~ https://github.com/center-key/server-listening ~~ MIT License

import { JSDOM } from 'jsdom';
import cheerio from 'cheerio';
Expand Down
2 changes: 1 addition & 1 deletion dist/server-listening.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! server-listening v1.0.1 ~~ https://github.com/center-key/server-listening ~~ MIT License
//! server-listening v1.0.2 ~~ https://github.com/center-key/server-listening ~~ MIT License

var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-listening",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple promise to wait for server ready inside a mocha specification",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 7b7857b

Please sign in to comment.