@wiztivi/dana-templates 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,24 @@
1
+ # Warning: the following excludes are applied to all directories !
2
+ node_modules
3
+ generated
4
+ dist
5
+ *.log
6
+ .idea
7
+ .project
8
+ .tmp
9
+ *.bak
10
+ *.lock
11
+ app.config.env.json
12
+ systemjs.node.config.json
13
+ .transpileCache
14
+ doc/reports
15
+ .dana-env
16
+
17
+ # nyc temp files
18
+ .nyc_output
19
+
20
+ systemjs.*config.js*
21
+ *.storage.json
22
+
23
+ # For OS X !
24
+ .DS_Store
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@wiztivi/dana-templates",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Dana templates used by CLI",
5
- "main": "index.ts",
5
+ "exports": "./index.ts",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "lint": "echo \"no lint on template\"",
@@ -11,4 +11,4 @@
11
11
  "build": "echo \"no build on template\"",
12
12
  "ci": "npm run build && npm run lint && npm run test:coverage"
13
13
  }
14
- }
14
+ }