Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayjolux committed Mar 29, 2019
1 parent 944c728 commit 874d1af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"url": "http://github.com/etalab/udata.git"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not ie <= 10",
"not ie_mob <= 11",
"Firefox ESR",
"not bb <= 10",
"not op_mob <= 12.1"
"> 0.5%",
"last 2 versions",
"not ie <= 10",
"not ie_mob <= 11",
"Firefox ESR",
"not bb <= 10",
"not op_mob <= 12.1"
],
"devDependencies": {
"babel-core": "^6.10.4",
Expand Down
2 changes: 1 addition & 1 deletion udata/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def init_app(app, views=None):

# Load core manifest
with app.app_context():
assets.register_manifest('udata')
assets.register_manifest('ludata')
for dist in entrypoints.get_plugins_dists(app, 'udata.views'):
if assets.has_manifest(dist.project_name):
assets.register_manifest(dist.project_name)
Expand Down

0 comments on commit 874d1af

Please sign in to comment.