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;
|
__webpack_public_path__ = _PUBLIC_PATH;
|
||||||
|
|
||||||
import 'promise-polyfill/src/polyfill';
|
//import 'promise-polyfill/src/polyfill';
|
||||||
import 'hedera/hedera';
|
import 'hedera/hedera';
|
||||||
const locales = require('./import').locales;
|
const locales = require('./import').locales;
|
||||||
const packageJson = require('./package.json');
|
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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "22.44.17",
|
"version": "22.46.1",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue