mig-schema-table 1.0.11 → 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 +1 -1
- package/dist/index.css +0 -2
- package/package.json +2 -2
- package/dist/index.css.map +0 -1
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":{
|
package/dist/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mig-schema-table",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -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 dist/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": [
|
package/dist/index.css.map
DELETED
|
@@ -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"}
|