mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-20 04:42:05 +02:00
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Conflicts: package.json
This commit is contained in:
20
package.json
20
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tabler-icons",
|
"name": "tabler-icons",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/tabler/tabler-icons.git"
|
"url": "git+https://github.com/tabler/tabler-icons.git"
|
||||||
@@ -10,6 +10,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tabler/tabler-icons/issues"
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
||||||
},
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/codecalm"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"icons/*",
|
"icons/*",
|
||||||
"icons-png/*",
|
"icons-png/*",
|
||||||
@@ -24,13 +28,23 @@
|
|||||||
"start": "bundle exec jekyll serve --watch --livereload",
|
"start": "bundle exec jekyll serve --watch --livereload",
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"png": "gulp svg-to-png",
|
"png": "gulp svg-to-png",
|
||||||
"zip": "gulp build-zip"
|
"zip": "gulp build-zip",
|
||||||
|
"release": "release-it"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"glob": "7.1.6",
|
"glob": "7.1.6",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-zip": "5.0.1",
|
"gulp-zip": "5.0.1",
|
||||||
"puppeteer": "2.1.1"
|
"puppeteer": "2.1.1",
|
||||||
|
"release-it": "13.1.2"
|
||||||
|
},
|
||||||
|
"release-it": {
|
||||||
|
"git": {
|
||||||
|
"tagName": "v${version}"
|
||||||
|
},
|
||||||
|
"github": {
|
||||||
|
"release": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user