File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2323 "dev" : " tsc --watch && npm run css:dev" ,
2424 "css:dev" : " npx @tailwindcss/cli -i ./src/styles.css -o ./dist/styles.css --watch" ,
2525 "css:build" : " npx @tailwindcss/cli -i ./src/styles.css -o ./dist/styles.css" ,
26+ "prepare" : " npm run build" ,
2627 "lint" : " eslint 'src/**/*.{ts,tsx}'" ,
2728 "lint:fix" : " eslint 'src/**/*.{ts,tsx}' --fix" ,
2829 "format" : " prettier --write 'src/**/*.{ts,tsx,css}'" ,
2930 "format:check" : " prettier --check 'src/**/*.{ts,tsx,css}'"
3031 },
32+ "files" : [
33+ " dist/**" ,
34+ " src/**"
35+ ],
36+
37+ "repository" : {
38+ "type" : " git" ,
39+ "url" : " git+https://github.com/ably/ably-chat-react-ui-components.git"
40+ },
41+ "author" : " Ably Realtime" ,
42+ "license" : " Apache-2.0" ,
3143 "dependencies" : {
3244 "clsx" : " ^2.1.1" ,
3345 "react-icons" : " ^5.5.0"
You can’t perform that action at this time.
0 commit comments