Skip to content

Commit

Permalink
remove test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshsoni committed Nov 1, 2020
1 parent 130e9ac commit fd14cbb
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"name": "country-telephone-data",
"version": "0.6.2",
"description": "Has country codes for all countries in the world. Please send a PR if you see something missing or find a mistake.",
"main": "country_telephone_data.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mukeshsoni/country-telephone-data"
},
"keywords": [
"country",
"telephone",
"data",
"format",
"code"
],
"author": "Mukesh Soni <mukeshsoni@gmail.com> (http://unstack.in/)",
"license": "MIT"
"name": "country-telephone-data",
"version": "0.6.2",
"description": "Has country codes for all countries in the world. Please send a PR if you see something missing or find a mistake.",
"main": "country_telephone_data.js",
"repository": {
"type": "git",
"url": "https://github.com/mukeshsoni/country-telephone-data"
},
"keywords": ["country", "telephone", "data", "format", "code"],
"author": "Mukesh Soni <mukeshsoni@gmail.com> (http://unstack.in/)",
"license": "MIT"
}

0 comments on commit fd14cbb

Please sign in to comment.