Skip to content

Commit 710c8e0

Browse files
authored
Merge pull request #14 from JimGitFE/development
Development
2 parents b137924 + 02b66a5 commit 710c8e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "css-utilities-generator",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
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",
89
"build": "rimraf -rf ./dist/ && tsc",
910
"test": "npm run build && jest",
1011
"ts-test": "ts-node tests/playground.ts",

0 commit comments

Comments
 (0)