mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 21:52:35 -05:00
Merge pull request #19 from mzgoddard/dependents-no-boiler
Use src/index as browser entry point
This commit is contained in:
commit
49efcb8914
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Localization for the Scratch 3.0 components",
|
"description": "Localization for the Scratch 3.0 components",
|
||||||
"main": "./dist/l10n.js",
|
"main": "./dist/l10n.js",
|
||||||
|
"browser": "./src/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"build-i18n-src": "./scripts/build-i18n-src.js"
|
"build-i18n-src": "./scripts/build-i18n-src.js"
|
||||||
},
|
},
|
||||||
|
@ -28,7 +29,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-plugin-intl": "^0.1.1",
|
"babel-plugin-intl": "^0.1.1",
|
||||||
"babel-plugin-react-intl": "^2.3.1"
|
"babel-plugin-react-intl": "^2.3.1",
|
||||||
|
"react-intl": "2.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
|
@ -44,7 +46,6 @@
|
||||||
"jsonlint": "1.6.3",
|
"jsonlint": "1.6.3",
|
||||||
"lodash.defaultsdeep": "4.6.0",
|
"lodash.defaultsdeep": "4.6.0",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"react-intl": "2.4.0",
|
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"webpack": "^4.6.0",
|
"webpack": "^4.6.0",
|
||||||
"webpack-cli": "^2.0.15"
|
"webpack-cli": "^2.0.15"
|
||||||
|
|
Loading…
Reference in a new issue