Skip to content

Commit 473881d

Browse files
committed
Add spm support
1 parent 83d430b commit 473881d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.spmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bin
2+
demo
3+
doc
4+
editor
5+
src
6+
test

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
"type": "MIT",
5858
"url": "https://github.com/nuysoft/node-print/blob/master/README.md"
5959
}
60-
]
60+
],
61+
"spm": {
62+
"main": "dist/mock.js"
63+
}
6164
}

0 commit comments

Comments
 (0)