drapcode-constant 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "drapcode-constant",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "Drapcode Constants",
|
5
5
|
"main": "build/index.js",
|
6
6
|
"types": "build/index.d.ts",
|
@@ -11,8 +11,10 @@
|
|
11
11
|
"clean": "del ./build/*",
|
12
12
|
"build": "npm run clean && tsc"
|
13
13
|
},
|
14
|
-
"keywords": [
|
15
|
-
|
14
|
+
"keywords": [
|
15
|
+
"drapcode"
|
16
|
+
],
|
17
|
+
"author": "Drapcode",
|
16
18
|
"license": "ISC",
|
17
19
|
"devDependencies": {
|
18
20
|
"del-cli": "^5.0.0",
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";
|