ng-component-redux
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
{ | ||
"name": "ng-component-redux", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "React-Redux style bindings for Angular 1.5 components", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"build:lib": "babel src --out-dir lib", | ||
"build:umd": "cross-env NODE_ENV=development webpack src/index.js dist/angular-redux.js", | ||
"build:umd:min": "cross-env NODE_ENV=production webpack src/index.js dist/angular-redux.min.js", | ||
"build:umd": "cross-env NODE_ENV=development webpack src/index.js dist/ng-component-redux.js", | ||
"build:umd:min": "cross-env NODE_ENV=production webpack src/index.js dist/ng-component-redux.min.js", | ||
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min", | ||
@@ -12,0 +12,0 @@ "lint": "eslint src test", |
Angular Redux | ||
========================= | ||
[![build status](https://img.shields.io/travis/bcarroll22/ng-component-redux/master.svg?style=flat-square)](https://travis-ci.org/bcarroll22/ng-component-redux) | ||
[![Build Status](https://travis-ci.org/bcarroll22/ng-component-redux.svg?branch=master)](https://travis-ci.org/bcarroll22/ng-component-redux)[![npm version](https://img.shields.io/npm/v/ng-component-redux.svg?style=flat-square)] | ||
@@ -6,0 +6,0 @@ Angular component bindings for [Redux](https://github.com/reactjs/redux). |
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
18786