Skip to content

Commit

Permalink
Updated: Dependency Updates and removed Kyanite
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Oct 13, 2024
1 parent 1f4ec8f commit 7be22d6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 52 deletions.
75 changes: 31 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone-fns",
"version": "4.0.2",
"version": "4.1.0",
"description": "A small, modern, and functional phone library for javascript",
"main": "dist/phone-fns.min.js",
"module": "src/index.js",
Expand All @@ -11,10 +11,10 @@
"scripts": {
"prepack": "npm-run-all --parallel docs scripts lint test --serial build",
"scripts": "node scripts/create-export.js",
"docs": "node_modules/.bin/jsdoc -c jsdoc.json",
"docs": "jsdoc -c jsdoc.json",
"build": "rollup -c",
"lint": "standard src/**/*.js",
"test": "tape tests/*.js | tap-on"
"test": "tape tests/format.spec.js | tap-on"
},
"exports": {
".": {
Expand All @@ -35,7 +35,8 @@
"standard": {
"ignore": [
"docs/*",
"dist/*"
"dist/*",
"types/*"
]
},
"repository": {
Expand Down Expand Up @@ -71,14 +72,11 @@
"globby": "13.2.2",
"jsdoc": "4.0.3",
"npm-run-all": "4.1.5",
"pinet": "1.1.5",
"pinet": "1.2.0",
"rollup": "4.24.0",
"rollup-plugin-filesize": "10.0.0",
"standard": "17.1.2",
"tap-on": "1.0.0",
"tape": "5.9.0"
},
"dependencies": {
"kyanite": "3.1.0"
}
}

0 comments on commit 7be22d6

Please sign in to comment.