fix build, v bump => 2.0.0
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install react2angular --save
|
npm install react2angular react react-dom prop-types --save
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Generated
+1508
-226
File diff suppressed because it is too large
Load Diff
+6
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react2angular",
|
"name": "react2angular",
|
||||||
"version": "1.1.4",
|
"version": "2.0.0",
|
||||||
"description": "The easiest way to embed React components in Angular 1 apps!",
|
"description": "The easiest way to embed React components in Angular 1 apps!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"main:esnext": "index.es2015.js",
|
"main:esnext": "index.es2015.js",
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/coatue-oss/react2angular#readme",
|
"homepage": "https://github.com/coatue-oss/react2angular#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"prop-types": ">=15",
|
||||||
"react": ">=15",
|
"react": ">=15",
|
||||||
"react-dom": ">=15"
|
"react-dom": ">=15"
|
||||||
},
|
},
|
||||||
@@ -44,12 +45,13 @@
|
|||||||
"karma-source-map-support": "^1.2.0",
|
"karma-source-map-support": "^1.2.0",
|
||||||
"ngimport": "^0.7.2",
|
"ngimport": "^0.7.2",
|
||||||
"npm-run-all": "^4.0.2",
|
"npm-run-all": "^4.0.2",
|
||||||
|
"prop-types": "^15.5.10",
|
||||||
|
"react": "^15.6.1",
|
||||||
|
"react-dom": "^15.6.1",
|
||||||
"rollupify": "^0.4.0",
|
"rollupify": "^0.4.0",
|
||||||
"tslint": "^5.5.0",
|
"tslint": "^5.5.0",
|
||||||
"typescript": "^2.4.2",
|
"typescript": "^2.4.2",
|
||||||
"watchify": "^3.9.0",
|
"watchify": "^3.9.0"
|
||||||
"react": "^15.6.1",
|
|
||||||
"react-dom": "^15.6.1"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/angular": "^1.6.28",
|
"@types/angular": "^1.6.28",
|
||||||
|
|||||||
Reference in New Issue
Block a user