Compare commits

...

3 Commits

Author SHA1 Message Date
f6d3d0987b 1.0.35 2021-05-06 10:34:45 +00:00
60a1de38ce fix(core): update 2021-05-06 10:34:44 +00:00
0ef6d0ccb2 1.0.34 2021-05-06 10:22:15 +00:00
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartnpm",
"version": "1.0.33",
"version": "1.0.35",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartnpm",
"version": "1.0.33",
"version": "1.0.35",
"private": false,
"description": "interface with npm to retrieve package information",
"main": "dist_ts/index.js",

View File

@ -182,5 +182,6 @@ export class NpmPackage {
if (!bestMatchingVersion) {
return null;
}
return bestMatchingVersion;
}
}