Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Apr 16, 2023
1 parent d1da118 commit 34db45d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"arm64"
],
"main": "svgr.darwin-arm64.node",
"main": "svgr-rs.darwin-arm64.node",
"files": [
"svgr.darwin-arm64.node"
"svgr-rs.darwin-arm64.node"
],
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"os": [
"darwin"
],
"main": "svgr.darwin-universal.node",
"main": "svgr-rs.darwin-universal.node",
"files": [
"svgr.darwin-universal.node"
"svgr-rs.darwin-universal.node"
],
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"x64"
],
"main": "svgr.darwin-x64.node",
"main": "svgr-rs.darwin-x64.node",
"files": [
"svgr.darwin-x64.node"
"svgr-rs.darwin-x64.node"
],
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"arm64"
],
"main": "svgr.win32-arm64-msvc.node",
"main": "svgr-rs.win32-arm64-msvc.node",
"files": [
"svgr.win32-arm64-msvc.node"
"svgr-rs.win32-arm64-msvc.node"
],
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"cpu": [
"x64"
],
"main": "svgr.win32-x64-msvc.node",
"main": "svgr-rs.win32-x64-msvc.node",
"files": [
"svgr.win32-x64-msvc.node"
"svgr-rs.win32-x64-msvc.node"
],
"license": "MIT",
"engines": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@svgr-rs/core",
"version": "0.0.1",
"version": "0.0.3",
"main": "index.js",
"types": "index.d.ts",
"author": "SyMind <[email protected]>",
"napi": {
"name": "svgr-rs",
"triples": {
"defaults": false,
"additional": [
"aarch64-apple-darwin",
"aarch64-pc-windows-msvc",
Expand Down Expand Up @@ -58,4 +59,4 @@
"bugs": {
"url": "https://github.com/SyMind/svgr-rs/issues"
}
}
}

0 comments on commit 34db45d

Please sign in to comment.