Skip to content

Commit

Permalink
Merge pull request #2 from weni-ai/chore/update-npm-package-details
Browse files Browse the repository at this point in the history
Chore: Update npm package details
  • Loading branch information
paulobernardoaf authored Apr 17, 2023
2 parents 5e14c3e + f550b88 commit 489198b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion WENI-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.0-floweditor-1.15.2
----------
* New External Services router card

1.1.2-floweditor-1.15.2
----------
* Fix: Case removal and reorder on expression and field routers
Expand All @@ -13,4 +17,4 @@
1.0.0-floweditor-1.15.2
----------
* Add instagram, slack and teams schemes available in split by URN
* More options in wait for response
* More options in wait for response
12 changes: 6 additions & 6 deletions package.json
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"
Expand All @@ -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",
Expand Down

0 comments on commit 489198b

Please sign in to comment.