Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2d06157
move dependencies to root package.json and change yarn to npm
dratwas Nov 14, 2019
be79473
fix lint issues
dratwas Nov 14, 2019
27f055b
use specified version instead of ranges in root package.json
dratwas Nov 27, 2019
ce0fdd7
set imported packages as private
dratwas Nov 27, 2019
8a8cc60
First pass cleaning unused files and symlinks
Tug Jan 17, 2020
eedbb24
Fix lint errors
Tug Jan 17, 2020
a176791
Make travis CI run on feat/import-gutenberg-mobile-no-squash
Tug Jan 17, 2020
eb4c54a
Update our react-native packages references in the codebase
Tug Jan 21, 2020
a793d72
Fix native unit tests npm run test-unit:native et npm run native test
Tug Jan 21, 2020
5b05cd6
Remove unnecessary changes in root package.json
Tug Jan 21, 2020
3593d02
Fix npm run lint-types
Tug Jan 21, 2020
e516d95
Only load required typescript definitions for npm run lint to pass, e…
Tug Jan 21, 2020
51b9775
Exclude bundle and native code from eslint
Tug Jan 21, 2020
20de6c6
Exclude react-native packages completely from linter checks, will nee…
Tug Jan 21, 2020
da4f747
Move local react-native package dependencies to the right section
Tug Jan 21, 2020
90f29cf
Fix npm run build: Do not build react-native packages from the main p…
Tug Jan 22, 2020
7a7281e
Fix main build
Tug Jan 22, 2020
2e7794a
Fix npm run test-unit: exclude react native packages
Tug Jan 22, 2020
4439e25
Remove all dependencies that are needed for native e2e testing
Tug Jan 23, 2020
306be8d
Add missing dependency for ci
Tug Jan 23, 2020
759894b
Remove react-native-aztec/example package files
Tug Jan 24, 2020
9a14d97
Revert changes on react-native-aztec example/editor
Tug Jan 28, 2020
90d23ee
Fix package.json errors
Tug Feb 5, 2020
9b76079
Bring back equivalent-key-map to please the CI
Tug Feb 5, 2020
79e5464
Fix a bridge import
Tug Feb 6, 2020
aa94591
package-lock update
Tug Feb 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
move dependencies to root package.json and change yarn to npm
  • Loading branch information
dratwas authored and Tug committed Jan 17, 2020
commit 2d06157ffb7de0518ee4cd04c982d78ca87c9e34
18 changes: 18 additions & 0 deletions docs/manifest-devhub.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,24 @@
"markdown_source": "../packages/project-management-automation/README.md",
"parent": "packages"
},
{
"title": "@wordpress/react-native-aztec",
"slug": "packages-react-native-aztec",
"markdown_source": "../packages/react-native-aztec/README.md",
"parent": "packages"
},
{
"title": "@wordpress/react-native-bridge",
"slug": "packages-react-native-bridge",
"markdown_source": "../packages/react-native-bridge/README.md",
"parent": "packages"
},
{
"title": "@wordpress/react-native-editor",
"slug": "packages-react-native-editor",
"markdown_source": "../packages/react-native-editor/README.md",
"parent": "packages"
},
{
"title": "@wordpress/redux-routine",
"slug": "packages-redux-routine",
Expand Down
Loading