Skip to content

Commit c07afa4

Browse files
markusantonwolfmarkusantonwolf
markusantonwolf
authored and
markusantonwolf
committed
Updated git hub repo
1 parent 1bd715b commit c07afa4

File tree

2 files changed

+16
-29
lines changed

2 files changed

+16
-29
lines changed

package-lock.json

Lines changed: 3 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@
44
"description": "A Tailwind CSS plugin for usefull css filter utilities.",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test": "NODE_ENV=test node ./src/index.js",
8+
"prebuild": "node ./src/export.js",
89
"build": "node ./scripts/build.js",
9-
"publish": "npm publish --access public",
10+
"upload": "npm publish --access public",
1011
"patch": "npm version patch",
1112
"minor": "npm version minor",
1213
"major": "npm version major"
1314
},
14-
"author": "Markus A. Wolf",
15-
"contributors": [
16-
"Markus A. Wolf <[email protected]>"
17-
],
15+
"author": {
16+
"name": "Markus A. Wolf",
17+
"email": "[email protected]",
18+
"url": "https://www.markusantonwolf.com/en/"
19+
},
20+
"homepage": "https://github.com/markusantonwolf/tailwind-css-plugin-filters#readme",
21+
"bugs": {
22+
"url": "https://github.com/markusantonwolf/tailwind-css-plugin-filters/issues"
23+
},
1824
"repository": {
1925
"type": "git",
20-
"url": "git+https://github.com/markusantonwolf/tailwindcss-filters.git"
26+
"url": "git+https://github.com/markusantonwolf/tailwind-css-plugin-filters.git"
2127
},
2228
"license": "MIT",
2329
"dependencies": {

0 commit comments

Comments
 (0)