diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec index ba99f8c3a063581a40866e1ce5ee02f55dfebd77..6bd0755238b56450c93577cde69a7241a6cd1ef7 100644 --- a/nodejs-read-package-json.spec +++ b/nodejs-read-package-json.spec @@ -1,6 +1,6 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-read-package-json -Version: 2.0.3 +Version: 5.0.1 Release: 1 Summary: npm's package.json parser License: ISC @@ -21,7 +21,7 @@ validation. %install mkdir -p %{buildroot}%{nodejs_sitelib}/read-package-json -cp -pr package.json read-json.js %{buildroot}%{nodejs_sitelib}/read-package-json +cp -pr package.json %{buildroot}%{nodejs_sitelib}/read-package-json %nodejs_symlink_deps %files @@ -30,5 +30,8 @@ cp -pr package.json read-json.js %{buildroot}%{nodejs_sitelib}/read-package-json %license LICENSE %changelog +* Wed Jun 29 2022 houyingchao - 5.0.1-1 +- Upgrade to version 5.0.1 + * Fri Aug 21 2020 wangchong - 2.0.3-1 - package init diff --git a/read-package-json-2.0.3.tgz b/read-package-json-2.0.3.tgz deleted file mode 100644 index 84903e59e4eb84681a4007dda805260382009400..0000000000000000000000000000000000000000 Binary files a/read-package-json-2.0.3.tgz and /dev/null differ diff --git a/read-package-json-5.0.1.tgz b/read-package-json-5.0.1.tgz new file mode 100644 index 0000000000000000000000000000000000000000..7fa5fc5b491834b037b9587a62dfec4926ef0537 Binary files /dev/null and b/read-package-json-5.0.1.tgz differ