forked from nyaruka/floweditor
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from weni-ai/chore/update-npm-package-details
Chore: Update npm package details
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@nyaruka/flow-editor", | ||
"name": "@weni/flow-editor", | ||
"license": "AGPL-3.0", | ||
"repository": "git://github.com/nyaruka/floweditor.git", | ||
"version": "1.15.2", | ||
"description": "'Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.'", | ||
"repository": "git://github.com/weni-ai/floweditor.git", | ||
"version": "1.2.0", | ||
"description": "Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.", | ||
"browser": "umd/flow-editor.min.js", | ||
"unpkg": "umd/flow-editor.min.js", | ||
"author": "Nyaruka <[email protected]>", | ||
"author": "Weni <[email protected]>", | ||
"homepage": "./", | ||
"files": [ | ||
"build" | ||
|
@@ -27,7 +27,7 @@ | |
"postversion": "git push --tags && git push origin main", | ||
"version": "yarn run build && auto-changelog -p && git add CHANGELOG.md", | ||
"scan": "./node_modules/i18next-scanner/bin/cli.js", | ||
"dev": "yarn build && cp -Rf build/* ../rapidpro/node_modules/@nyaruka/flow-editor/build/", | ||
"dev": "yarn build && cp -Rf build/* ../rapidpro/node_modules/@weni/flow-editor/build/", | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom-fourteen", | ||
|