Skip to content

Commit c8244a6

Browse files
committed
bump to v1.0.0-alpha.15
- bump dom-factory peer dependency to v1.0.0-alpha.6 - update READMEs - upgrade dev tools
1 parent fe3aef8 commit c8244a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5348
-1963
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
demo/dist/
2+
demo/dist/
3+
/mix-manifest.json

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ npm install material-design-kit dom-factory
9090
<body>
9191
<script src="node_modules/dom-factory/dist/dom-factory.js"></script>
9292
<script src="node_modules/material-design-kit/dist/material-design-kit.js" async defer></script>
93+
<script>domFactory.handler.autoInit()</script>
9394
</body>
9495
</html>
9596
```

build/webpack.config.dev.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/webpack.config.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

build/webpack.config.production.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/box.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/box.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/carousel.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/carousel.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/drawer-layout.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)