coer-elements 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "coer-elements",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"author": "Christian Omar Escamilla Rodríguez",
|
5
|
-
"keywords": ["coer", "
|
5
|
+
"keywords": ["coer", "tools"],
|
6
6
|
"description": "",
|
7
7
|
"license": "MIT",
|
8
8
|
"main": "dist_node/index.js",
|
@@ -13,9 +13,9 @@
|
|
13
13
|
"url": "https://github.com/Chris19910804/coer-elements"
|
14
14
|
},
|
15
15
|
"scripts": {
|
16
|
-
"build-browser": "tsc
|
17
|
-
"build-node": "tsc
|
18
|
-
"build": "npm run build-browser & npm run
|
16
|
+
"build-browser": "tsc index.ts --outDir dist_browser --module ES6",
|
17
|
+
"build-node": "tsc index.ts --outDir dist_node",
|
18
|
+
"build": "npm run build-browser & npm run build-node",
|
19
19
|
"publish": "npm publish --access public"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
File without changes
|