aka-npm-test 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# 워크플로우 테스트
|
|
1
|
+
# 워크플로우 테스트
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aka-npm-test",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Pilot project for testing release workflow",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"build": "bun build src/index.js --outdir dist --target node",
|
|
8
|
+
"build:lib": "bun build src/index.js --outdir dist --target node",
|
|
9
9
|
"start": "node dist/index.js",
|
|
10
10
|
"prepare": "echo 'No prepare step needed'"
|
|
11
11
|
},
|
|
@@ -21,4 +21,3 @@
|
|
|
21
21
|
"url": "git+https://github.com/HowToBeAHappyBoy/npm-test"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
|