translated-react
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "translated-react", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist", | ||
@@ -14,4 +14,4 @@ "module": "dist-es6", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
"react": ">= 15.5.1 < 17.0.0", | ||
"react-dom": ">= 15.5.1 < 17.0.0" | ||
}, | ||
@@ -32,2 +32,3 @@ "devDependencies": { | ||
"babel-preset-stage-3": "^6.24.1", | ||
"catalog": "^3.2.3", | ||
"cross-env": "^5.1.3", | ||
@@ -34,0 +35,0 @@ "enzyme": "^3.2.0", |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://travis-ci.org/miguelcalderon/translated-react.svg?branch=master)](https://travis-ci.org/miguelcalderon/translated-react) [![codecov](https://codecov.io/gh/miguelcalderon/translated-react/branch/master/graph/badge.svg)](https://codecov.io/gh/miguelcalderon/translated-react) | ||
[![npm version](https://badge.fury.io/js/translated-react.svg)](https://badge.fury.io/js/translated-react) [![Build Status](https://travis-ci.org/miguelcalderon/translated-react.svg?branch=master)](https://travis-ci.org/miguelcalderon/translated-react) [![codecov](https://codecov.io/gh/miguelcalderon/translated-react/branch/master/graph/badge.svg)](https://codecov.io/gh/miguelcalderon/translated-react) | ||
@@ -3,0 +3,0 @@ |
@@ -16,7 +16,16 @@ var path = require('path') | ||
include: path.resolve(__dirname, 'src'), | ||
exclude: /(node_modules|bower_components|build)/, | ||
exclude: /(node_modules|bower_components|dist)/, | ||
use: { | ||
loader: 'babel-loader', | ||
options: { | ||
presets: ['env', 'react', 'stage-3'] | ||
presets: ['env', 'react', 'stage-3'], | ||
plugins: ['transform-es2015-destructuring', [ | ||
'transform-react-remove-prop-types', | ||
{ | ||
mode: 'wrap' | ||
} | ||
], | ||
'add-module-exports', | ||
'transform-class-properties' | ||
] | ||
} | ||
@@ -23,0 +32,0 @@ } |
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
71338
827
36
Updatedreact@>= 15.5.1 < 17.0.0
Updatedreact-dom@>= 15.5.1 < 17.0.0