Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,012 changes: 0 additions & 1,012 deletions .eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: node_js
node_js:
- 17
- 16
- 15
- lts/*

script:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (grunt) {
eslint: {
src: ['lib/*.js', 'lib/**/*.js'],
options: {
overrideConfigFile: '.eslintrc.json',
overrideConfigFile: 'eslint.config.js',
},
},
mochaTest: {
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

a ping wrapper for nodejs

@last-modified: 2023-03-11
@last-modified: 2025-09-29

# License MIT

Expand All @@ -12,12 +12,16 @@ http://github.com/danielzzz/node-ping

# Description

node-ping is a simple wrapper for the system ping utility
node-ping is a simple wrapper for the system ping utility.

# Installation

npm install ping

Notes:

* Although it is marked with node >=22, it should technially working in all node version for production purpose. The version is marked for development point of view

# Usage

Below are examples extracted from `examples`
Expand Down
17 changes: 0 additions & 17 deletions babel.config.json

This file was deleted.

Loading
Loading