1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/development
Mark Stacey 4ced29e3a2 Migrate version from _base manifest to package.json (#11029)
The version field is now stored in the main `package.json` file rather
than in the base manifest. It is built into the final manifest during
the build script.

This makes it easier to communicate what the current version should be
to our `auto-changelog` script. It's also generally a more conventional
place to keep track of the version, even considering that we're not
publishing to npm.
2021-06-07 10:03:09 -02:30
..
build Migrate version from _base manifest to package.json (#11029) 2021-06-07 10:03:09 -02:30
lib Replace auto-changelog script (#10993) 2021-06-07 10:02:30 -02:30
announcer.js Migrate version from _base manifest to package.json (#11029) 2021-06-07 10:03:09 -02:30
chromereload.js Version v9.5.0 RC (#10944) 2021-05-05 11:08:59 -07:00
create-static-server.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
empty.js Version v9.5.0 RC (#10944) 2021-05-05 11:08:59 -07:00
generate-migration.sh Version v9.5.0 RC (#10944) 2021-05-05 11:08:59 -07:00
gource-viz.sh dev - move gource instructions from docs to development script 2019-09-10 22:05:16 +08:00
metamaskbot-build-announce.js Version v9.5.0 RC (#10944) 2021-05-05 11:08:59 -07:00
missing-locale-strings.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
mock-3box.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
mock-segment.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
require-react-devtools.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
run-ganache.sh Use .sh file extension for all Bash scripts (#10499) 2021-02-23 12:56:41 -03:30
sentry-publish.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
sentry-upload-artifacts.sh Fix Sentry sourcemaps (#11051) 2021-05-11 14:11:15 -07:00
shellcheck.sh Add lint:shellcheck:package (#7568) 2019-12-11 15:52:08 -05:00
show-deps-install-scripts.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
source-map-explorer.sh Version v9.5.0 RC (#10944) 2021-05-05 11:08:59 -07:00
sourcemap-validator.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
static-server.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
verify-locale-strings.js remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.