We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9db523 commit 9eb5a98Copy full SHA for 9eb5a98
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "swc-plugin-unassert",
3
- "version": "0.1.0",
4
- "description": "SWC plugin for unassert-js",
+ "version": "0.0.0",
+ "description": "SWC plugin for unassert: Encourages programming with assertions by providing tools to compile them away",
5
"author": {
6
"name": "Takuto WADA",
7
"email": "takuto.wada@gmail.com",
@@ -16,6 +16,7 @@
16
"license": "MIT",
17
"keywords": [
18
"swc-plugin",
19
+ "DbC",
20
"assert",
21
"unassert"
22
],
@@ -24,6 +25,8 @@
24
25
"swc_plugin_unassert.wasm",
26
"src",
27
"Cargo.toml",
28
+ "README.md",
29
+ "CHANGELOG.md",
30
"package.json"
31
32
"devDependencies": {
0 commit comments