@datapos/datapos-development 0.3.347 → 0.3.348

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.
@@ -1,11 +1,11 @@
1
- # Data Positioning default EditorConfig
1
+ # http://editorconfig.org
2
2
  root = true
3
3
 
4
4
  [*]
5
5
  charset = utf-8
6
6
  end_of_line = lf
7
- indent_style = space
8
7
  indent_size = 4
8
+ indent_style = space
9
9
  insert_final_newline = true
10
10
  trim_trailing_whitespace = true
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.347",
3
+ "version": "0.3.348",
4
4
  "description": "A collection of utilities for managing Data Positioning projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -25,10 +25,10 @@
25
25
  "./license-report-config": "./licenses/license-report-config.json"
26
26
  },
27
27
  "files": [
28
- "dist",
28
+ ".editorconfig",
29
29
  ".prettierrc.json",
30
- "licenses/license-report-config.json",
31
- "default.editorconfig"
30
+ "dist",
31
+ "licenses/license-report-config.json"
32
32
  ],
33
33
  "dependencies": {
34
34
  "@datapos/datapos-shared": "^0.3.298",