cecon-interfaces 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/dist/package.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "cecon-interfaces",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.9",
|
4
4
|
"description": "Interfaces de Projetos Cecon",
|
5
5
|
"dependencies": {},
|
6
|
-
"peerDependencies": {
|
7
|
-
},
|
6
|
+
"peerDependencies": {},
|
8
7
|
"main": "dist/index.js",
|
9
8
|
"types": "dist/index.d.ts",
|
10
9
|
"private": false,
|
11
10
|
"scripts": {
|
11
|
+
"build": "tsc src/index.ts --outDir dist",
|
12
12
|
"test": "echo \"Error: no test specified\" && exit 1"
|
13
13
|
},
|
14
14
|
"repository": {
|