Skip to content

Commit 1ece1ed

Browse files
authored
Merge pull request #15 from JimGitFE/development
bump: patch
2 parents 710c8e0 + ac5dce6 commit 1ece1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "css-utilities-generator",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "TypeScript utility package that simplifies working with CSS properties by providing shorthand notations for common CSS class names. Ideal for developers who want to streamline their CSS styling process, this package helps you translate short, intuitive class names into full CSS properties and values, ensuring your code is cleaner and more maintainable.",
55
"main": "dist/generator.js",
66
"types": "dist/generator.d.ts",
77
"scripts": {
8-
"postinstall": "npm install -g nodemon && node setup.js",
8+
"postinstall": "npm install -g nodemon",
99
"build": "rimraf -rf ./dist/ && tsc",
1010
"test": "npm run build && jest",
1111
"ts-test": "ts-node tests/playground.ts",

0 commit comments

Comments
 (0)