Skip to content

Commit

Permalink
Updating to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3skyw4lker committed Aug 25, 2020
1 parent 626c209 commit 93dc39f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "ntp-time",
"version": "1.1.0",
"description": "A ntp library for nodejs",
"main": "index.js",
"repository": "https://github.com/luk3skyw4lker/node-ntp-sync.git",
"author": "Lucas Henrique",
"license": "MIT",
"private": false,
"keywords": [
"ntp",
"time",
"date"
],
"devDependencies": {
"jest": "^26.4.2"
},
"scripts": {
"test": "jest"
}
"name": "ntp-time",
"version": "1.1.1",
"description": "A ntp library for nodejs",
"main": "index.js",
"repository": "https://github.com/luk3skyw4lker/node-ntp-sync.git",
"author": "Lucas Henrique",
"license": "MIT",
"private": false,
"keywords": [
"ntp",
"time",
"date"
],
"devDependencies": {
"jest": "^26.4.2"
},
"scripts": {
"test": "jest"
}
}

0 comments on commit 93dc39f

Please sign in to comment.