changed package name

This commit is contained in:
Alissa
2023-01-06 09:01:02 +02:00
parent e66a6d8f20
commit 1c3e7472a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "react_18_2angular",
"name": "react18-react2angular",
"version": "5.0.0",
"description": "The easiest way to embed React components in Angular 1 apps! react 18 compatible",
"main": "index.js",
+1 -1
View File
@@ -170,7 +170,7 @@ const TestAngularSix = react2angular(TestSix, ['foo'], ['$http', '$element', 'te
const TestAngularSeven = react2angular(TestSeven, null, ['foo'])
const TestAngularEight = react2angular(TestEight, ['values', 'onComponentWillUnmount', 'onRender', 'onChange'])
//render + mount isn't sync, this is an alternative to act()
// render + mount isn't sync, this is an alternative to act()
const delay = () => new Promise(resolve => setTimeout(resolve, 10))
module('test', ['bcherny/ngimport'])