-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into tommy/orders-remove-mock
- Loading branch information
Showing
68 changed files
with
3,311 additions
and
238 deletions.
There are no files selected for viewing
42 changes: 21 additions & 21 deletions
42
packages/extensions/venia-sample-language-packs/package.json
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,23 +1,23 @@ | ||
{ | ||
"name": "@magento/venia-sample-language-packs", | ||
"version": "0.0.1", | ||
"description": "Provides demo translations for PWA Studio.", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "(OSL-3.0 OR AFL-3.0)", | ||
"main": "./i18n-intercept.js", | ||
"repository": "github:magento/pwa-studio", | ||
"scripts": { | ||
"clean": " " | ||
}, | ||
"peerDependencies": { | ||
"@magento/pwa-buildpack": "~7.0.0", | ||
"@magento/venia-ui": "~5.0.0" | ||
}, | ||
"pwa-studio": { | ||
"targets": { | ||
"intercept": "./i18n-intercept" | ||
} | ||
"name": "@magento/venia-sample-language-packs", | ||
"version": "0.0.1", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "Provides demo translations for PWA Studio.", | ||
"main": "./i18n-intercept.js", | ||
"scripts": { | ||
"clean": " " | ||
}, | ||
"repository": "github:magento/pwa-studio", | ||
"license": "(OSL-3.0 OR AFL-3.0)", | ||
"peerDependencies": { | ||
"@magento/pwa-buildpack": "~7.0.0", | ||
"@magento/venia-ui": "~5.0.0" | ||
}, | ||
"pwa-studio": { | ||
"targets": { | ||
"intercept": "./i18n-intercept" | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.