mig-schema-table 1.0.10 → 1.0.12

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.
package/README.md CHANGED
@@ -35,7 +35,7 @@ const userSchema ={
35
35
  ```typescript jsx
36
36
  import React from 'react';
37
37
  import { SchemaTableComponent, IColumnConfig } from "mig-schema-table";
38
- import "mig-schema-table/index.css";
38
+ import "mig-schema-table/dist/index.css";
39
39
 
40
40
  const config:{[keyName: string]: IColumnConfig} ={
41
41
  "id":{
@@ -54,5 +54,3 @@
54
54
  .schema-table button {
55
55
  border: 1px solid transparent;
56
56
  }
57
-
58
- /*# sourceMappingURL=index.css.map */
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "mig-schema-table",
3
- "version": "1.0.10",
4
- "main": "build/index.js",
3
+ "version": "1.0.12",
4
+ "main": "dist/index.js",
5
5
  "files": [
6
- "build/"
6
+ "dist/"
7
7
  ],
8
- "types": "./build/index.d.ts",
8
+ "types": "./dist/index.d.ts",
9
9
  "private": false,
10
10
  "dependencies": {
11
11
  "@testing-library/jest-dom": "^5.16.5",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "scripts": {
31
31
  "start": "react-scripts start",
32
- "build": "tsc -p tsconfig.json; sass src/index.scss build/index.css"
32
+ "build": "tsc -p tsconfig.json; sass --no-source-map src/index.scss dist/index.css"
33
33
  },
34
34
  "eslintConfig": {
35
35
  "extends": [
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../src/index.scss"],"names":[],"mappings":"AAAA;EAgEE;;AA/DA;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAEA;AAAA;EAEE;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAEF;EACE;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;;AAEF;EACE","file":"index.css"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes