@isense-development/test-npm 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@isense-development/test-npm",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "test npm",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "start": "node index.js"
8
8
  },
9
+ "dependencies": {
10
+ "axios": "^0.24.0"
11
+ },
9
12
  "author": "",
10
13
  "license": "ISC"
11
14
  }