This commit is contained in:
atisawd 2018-07-07 23:01:17 +05:30
parent ff6cef6ce0
commit 2aa61b27d2
9 changed files with 9227 additions and 6 deletions

View file

@ -8,7 +8,7 @@ _High Quality web friendly icons_
'Boxicons' is a carefully designed open source iconset with 700+ icons. It's crafted to look enrich your website/app experience. 'Boxicons' is a carefully designed open source iconset with 700+ icons. It's crafted to look enrich your website/app experience.
_Announcing Boxicons v1.5.5!_ _Announcing Boxicons v1.5.6!_
Load the icons as web component , load only the icons you need . Load the icons as web component , load only the icons you need .

2
dist/boxicons.js vendored

File diff suppressed because one or more lines are too long

View file

@ -75,6 +75,6 @@
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script src="static/dist/bundle.js?v=7" async></script> <script src="static/dist/bundle.js?v=8" async></script>
</body> </body>
</html> </html>

9220
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "boxicons", "name": "boxicons",
"version": "1.5.5", "version": "1.5.6",
"private": true, "private": true,
"description": "High Quality web friendly icons", "description": "High Quality web friendly icons",
"scripts": { "scripts": {
@ -15,6 +15,7 @@
"author": "Atisa(Aniket Suvarna) <atisawd@gmail.com>", "author": "Atisa(Aniket Suvarna) <atisawd@gmail.com>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@webcomponents/webcomponentsjs": "^2.0.2",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"react": "^16.0.0", "react": "^16.0.0",
"react-dom": "^16.0.0", "react-dom": "^16.0.0",

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -50,7 +50,7 @@ module.exports = {
}, },
}), }),
new WrapperPlugin({ new WrapperPlugin({
test: /box-icon-element\.js$/, test: /boxicons\.js$/,
header: getWrapper('header'), header: getWrapper('header'),
footer: getWrapper('footer'), footer: getWrapper('footer'),
}), }),