Skip to content

Commit

Permalink
Add (yet another!) indicator of embedded es6 code
Browse files Browse the repository at this point in the history
See this issue: webpack/webpack#1979

Grr...
  • Loading branch information
alex-r-bigelow committed Aug 6, 2017
1 parent e266ad3 commit aa419d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/uki.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/umd/uki.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Minimal, d3-based Model-View library",
"main": "build/uki.umd.min.js",
"module": "build/uki.es.js",
"esnext": "build/uki.es.js",
"jsnext:main": "build/uki.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit aa419d2

Please sign in to comment.