opsnippets 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "opsnippets",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"type": "module",
|
7
7
|
"types": "dist/index.d.ts",
|
8
|
+
|
8
9
|
"scripts": {
|
9
10
|
"build": "npx rollup -c"
|
10
11
|
},
|
11
|
-
"keywords": [],
|
12
|
-
"author": "",
|
12
|
+
"keywords": ["code","snippets","block","code block","snippets generator"],
|
13
|
+
"author": "om pharate",
|
13
14
|
"license": "ISC",
|
14
15
|
"devDependencies": {
|
15
16
|
"@rollup/plugin-babel": "^6.0.4",
|