newtil-css 0.1.32 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
- {
2
- "name": "newtil-css",
3
- "version": "0.1.32",
4
- "description": "Utility based CSS",
5
- "main": "dist/style.css",
6
- "type": "module",
7
- "keywords": [
8
- "css",
9
- "util css"
10
- ],
11
- "author": "lectureteam",
12
- "license": "MIT",
13
- "scripts": {
14
- "build": "rm -rf ./dist && rollup -c",
15
- "deploy": "npm run build && npm publish",
16
- "docs:dev": "vitepress dev docs",
17
- "docs:build": "vitepress build docs",
18
- "docs:preview": "vitepress preview docs"
19
- },
20
- "devDependencies": {
21
- "postcss": "^8.4.33",
22
- "postcss-import": "^16.0.0",
23
- "postcss-url": "^10.1.3",
24
- "rollup": "^4.9.2",
25
- "rollup-plugin-copy": "^3.5.0",
26
- "rollup-plugin-postcss": "^4.0.2",
27
- "vitepress": "^1.0.0-rc.44"
28
- },
29
- "directories": {
30
- "doc": "docs"
31
- },
32
- "repository": {
33
- "type": "git",
34
- "url": "git+https://github.com/newlecture-corp/newtil-css.git"
35
- },
36
- "bugs": {
37
- "url": "https://github.com/newlecture-corp/newtil-css/issues"
38
- },
39
- "homepage": "https://github.com/newlecture-corp/newtil-css#readme"
40
- }
1
+ {
2
+ "name": "newtil-css",
3
+ "version": "0.1.33",
4
+ "description": "Utility based CSS",
5
+ "main": "dist/style.css",
6
+ "type": "module",
7
+ "keywords": [
8
+ "css",
9
+ "util css"
10
+ ],
11
+ "author": "lectureteam",
12
+ "license": "MIT",
13
+ "scripts": {
14
+ "build": "rm -rf ./dist && rollup -c",
15
+ "deploy": "npm run build && npm publish",
16
+ "docs:dev": "vitepress dev docs",
17
+ "docs:build": "vitepress build docs",
18
+ "docs:preview": "vitepress preview docs"
19
+ },
20
+ "devDependencies": {
21
+ "postcss": "^8.4.33",
22
+ "postcss-import": "^16.0.0",
23
+ "postcss-url": "^10.1.3",
24
+ "rollup": "^4.9.2",
25
+ "rollup-plugin-copy": "^3.5.0",
26
+ "rollup-plugin-postcss": "^4.0.2",
27
+ "vitepress": "^1.0.0-rc.44"
28
+ },
29
+ "directories": {
30
+ "doc": "docs"
31
+ },
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/newlecture-corp/newtil-css.git"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/newlecture-corp/newtil-css/issues"
38
+ },
39
+ "homepage": "https://github.com/newlecture-corp/newtil-css#readme"
40
+ }