Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 4a0eb94

Browse files
committed
0.1.1
1 parent 50b9223 commit 4a0eb94

File tree

15 files changed

+60
-1
lines changed

15 files changed

+60
-1
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ yarn.lock
1111
.yarn
1212
__test__
1313
renovate.json
14+
src
15+
Cargo.toml
16+
build.rs

npm/darwin-arm64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-darwin-arm64",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"darwin"
610
],

npm/darwin-x64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-darwin-x64",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"darwin"
610
],

npm/freebsd-x64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-freebsd-x64",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"freebsd"
610
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-arm-gnueabihf",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/linux-arm-musleabihf/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-arm-musleabihf",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/linux-arm64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-arm64-gnu",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/linux-arm64-musl/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-arm64-musl",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/linux-riscv64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-riscv64-gnu",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/linux-x64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-x64-gnu",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/linux-x64-musl/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-linux-x64-musl",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"linux"
610
],

npm/win32-arm64-msvc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-win32-arm64-msvc",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"win32"
610
],

npm/win32-ia32-msvc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-win32-ia32-msvc",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"win32"
610
],

npm/win32-x64-msvc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor-win32-x64-msvc",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
7+
},
48
"os": [
59
"win32"
610
],

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@deepnest/svg-preprocessor",
3-
"version": "0.1.0",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/deepnest-io/nodejs-svg-preprocessor"
6+
},
7+
"version": "0.1.1",
48
"main": "index.js",
59
"types": "index.d.ts",
610
"napi": {

0 commit comments

Comments
 (0)