@dx-groups/arthur
Advanced tools
Comparing version 1.1.0 to 1.1.1
13
index.js
@@ -1,7 +0,8 @@ | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
import arthur, { connect } from './lib' | ||
import { createAction } from 'redux-actions' | ||
exports.default = require('./lib').default; | ||
exports.connect = require('./lib').connect; | ||
exports.createAction = require('redux-actions').createAction; | ||
export default arthur | ||
export { | ||
connect, | ||
createAction | ||
} |
{ | ||
"name": "@dx-groups/arthur", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/elephant-fe/arthur.git", |
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
111
28464