reactive-di
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,4 +0,7 @@ | ||
'use strict'; | ||
"use strict"; | ||
/*:: import type {Dependency} from './annotationInterfaces'*/ | ||
/*:: export type DepFn<T> = (...x: any) => T;*/ | ||
// eslint-disable-line | ||
/*:: export type Dependency<T> = DepFn<T>|Class<T>;*/ | ||
/*:: export type SetState<State: Object> = (state: State) => State;*/ | ||
@@ -5,0 +8,0 @@ /*:: export type Updater<State: Object> = { |
{ | ||
"name": "reactive-di", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Reactive dependency injection", | ||
@@ -21,3 +21,3 @@ "publishConfig": { | ||
"clean": "rm -rf $npm_package_options_builddir coverage interfaces", | ||
"build": "npm run clean && babel src --source-maps --out-dir $npm_package_options_builddir && rm -rf lib/__tests__", | ||
"build": "npm run clean && babel src --source-maps --out-dir $npm_package_options_builddir && cp -rf src/interfaces ./ && rm -rf lib/__tests__ interfaces/annotation* interfaces/node* interfaces/plugin*", | ||
"build.dev": "npm run build -- --watch", | ||
@@ -56,3 +56,4 @@ "lint": "exit 0 && eslint src", | ||
"LICENSE", | ||
"lib" | ||
"lib", | ||
"interfaces" | ||
], | ||
@@ -59,0 +60,0 @@ "devDependencies": { |
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
332689
132
3960