Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyhentxi committed Nov 26, 2023
1 parent 011be5a commit f666f2f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `grasslands`

![https://github.com/lonelyhentxi/grasslands/actions](https://github.com/lonelyhentxi/grasslands/workflows/CI/badge.svg)
![https://github.com/lonelyhentxi/grasslands/actions](https://github.com/lonelyhentxi/grasslands/workflows/CI/badge.svg) ![Version](https://img.shields.io/npm/v/grasslands) ![GitHub License](https://img.shields.io/github/license/lonelyhentxi/grasslands)

A wrapper with nodejs import resolver and an adapter between [grass](https://github.com/connorskees/grass) and sass-loader? etc.

Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
"repository": "git@github.com:lonelyhentxi/grasslands.git"
}
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
"repository": "git@github.com:lonelyhentxi/grasslands.git"
}
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
"repository": "git@github.com:lonelyhentxi/grasslands.git"
}
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git",
"repository": "git@github.com:lonelyhentxi/grasslands.git",
"libc": [
"glibc"
]
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git",
"repository": "git@github.com:lonelyhentxi/grasslands.git",
"libc": [
"musl"
]
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git",
"repository": "git@github.com:lonelyhentxi/grasslands.git",
"libc": [
"glibc"
]
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git",
"repository": "git@github.com:lonelyhentxi/grasslands.git",
"libc": [
"musl"
]
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
"repository": "git@github.com:lonelyhentxi/grasslands.git"
}
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:napi-rs/package-template.git"
"repository": "git@github.com:lonelyhentxi/grasslands.git"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"css",
"sass-loader",
"grass",
"grasslands",
"napi-rs",
"NAPI",
"N-API",
Expand Down

0 comments on commit f666f2f

Please sign in to comment.