1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +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
announcer.js Migrate version from _base manifest to package.json (#11029) 2021-06-07 10:03:09 -02:30
chromereload.js
create-static-server.js
empty.js
generate-migration.sh
gource-viz.sh
metamaskbot-build-announce.js
missing-locale-strings.js
mock-3box.js
mock-segment.js
README.md
require-react-devtools.js
run-ganache.sh
sentry-publish.js
sentry-upload-artifacts.sh
shellcheck.sh
show-deps-install-scripts.js
source-map-explorer.sh
sourcemap-validator.js
static-server.js
verify-locale-strings.js

Development

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

Usually each files contains information about its scope / usage.