forked from verdnatura/hedera-web
refs #3971 Promise polyfill removed
This commit is contained in:
parent
ac62118a20
commit
ed4b93330a
2
app.js
2
app.js
|
@ -1,6 +1,6 @@
|
|||
__webpack_public_path__ = _PUBLIC_PATH;
|
||||
|
||||
import 'promise-polyfill/src/polyfill';
|
||||
//import 'promise-polyfill/src/polyfill';
|
||||
import 'hedera/hedera';
|
||||
const locales = require('./import').locales;
|
||||
const packageJson = require('./package.json');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (22.44.17) stable; urgency=low
|
||||
hedera-web (22.46.1) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "22.44.17",
|
||||
"version": "22.46.1",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue