react-tabulator
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,16 +0,8 @@ | ||
'use strict'; | ||
var _ReactTabulator = require('./ReactTabulator'); | ||
var _ReactTabulator2 = _interopRequireDefault(_ReactTabulator); | ||
var _ReactTabulatorExample = require('./ReactTabulatorExample'); | ||
var _ReactTabulatorExample2 = _interopRequireDefault(_ReactTabulatorExample); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
"use strict"; | ||
exports.__esModule = true; | ||
var ReactTabulator_1 = require("./ReactTabulator"); | ||
var ReactTabulatorExample_1 = require("./ReactTabulatorExample"); | ||
module.exports = { | ||
ReactTabulator: _ReactTabulator2.default, | ||
ReactTabulatorExample: _ReactTabulatorExample2.default | ||
}; | ||
ReactTabulator: ReactTabulator_1["default"], | ||
ReactTabulatorExample: ReactTabulatorExample_1["default"] | ||
}; |
{ | ||
"name": "react-tabulator", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -14,5 +14,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"prepare": "cp ./src/index.tsx ./src/index.js", | ||
"postbuild": "rm -f ./src/index.js && rm -f ./es/*.tsx && rm -f ./lib/*.tsx", | ||
"build": "npm run prepare && nwb build-react-component --copy-files && npm run postbuild", | ||
"build": "tsc --outDir ./lib --jsx react ./src/index.tsx", | ||
"clean": "nwb clean-module && nwb clean-demo", | ||
@@ -19,0 +17,0 @@ "prepublishOnly": "npm run build", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35725
9
1158
0