Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "datelative", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A library that converts relative string text to JavaScript dates", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
"test": "node --test", | ||
"test:watch": "node --test --watch" | ||
"test:watch": "node --test --watch", | ||
"prepublishOnly": "npx tsc" | ||
}, | ||
@@ -15,2 +17,9 @@ "repository": { | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"README.md", | ||
"package.json" | ||
], | ||
"keywords": [ | ||
@@ -27,3 +36,5 @@ "date", | ||
"homepage": "https://github.com/onhate/datelative#readme", | ||
"dependencies": {} | ||
} | ||
"devDependencies": { | ||
"typescript": "^5.3.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6833
1
116