diff --git a/package-lock.json b/package-lock.json index 0633bce..c1c322a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netatwork/spy", - "version": "0.0.1-3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc36629..8f6fd13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netatwork/spy", - "version": "0.0.1-3", + "version": "1.0.0", "description": "Mock the dependencies in unit tests with this proxy-based spy implementation", "main": "dist/index.js", "typings": "dist/types/index",