chore: update icons
This commit is contained in:
parent
a29afbe47e
commit
4e9dd2fc2d
3 changed files with 12 additions and 12 deletions
4
icons.js
4
icons.js
File diff suppressed because one or more lines are too long
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "@cdransf/eleventy-plugin-tablericons",
|
||||
"version": "1.0.0",
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@cdransf/eleventy-plugin-tablericons",
|
||||
"version": "1.0.0",
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.0.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@tabler/icons": "^3.0.1"
|
||||
"@tabler/icons": "^3.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/dependency-tree": {
|
||||
|
@ -260,9 +260,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tabler/icons": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.0.1.tgz",
|
||||
"integrity": "sha512-K/ZgJkxWcrMWdkgvS7VmgZ4F6SXM5UPolh2Y/dPTJnRpjMSySzfi93+XvfP2YfAzH7bd4ilqmTp7TADPLHrn0A==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.1.0.tgz",
|
||||
"integrity": "sha512-CpZGyS1IVJKFcv88yZ2sYZIpWWhQ6oy76BQKQ5SF0fGgOqgyqKdBGG/YGyyMW632on37MX7VqQIMTzN/uQqmFg==",
|
||||
"dev": true,
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
|
||||
"main": "tablericons.js",
|
||||
"files": [
|
||||
|
@ -33,6 +33,6 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@tabler/icons": "^3.0.1"
|
||||
"@tabler/icons": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue