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