cecon-interfaces 1.0.8 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
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": {