Skip to content

Commit b03bca5

Browse files
add yarn
1 parent 657ccac commit b03bca5

File tree

4 files changed

+9254
-6528
lines changed

4 files changed

+9254
-6528
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ results
2121

2222
npm-debug.log
2323
node_modules
24+
.yarn
2425
# yarn.lock
2526
package-lock.json
2627

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "A framework for developing and distributing html components",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"bin": {
8-
"oc": "./dist/oc-cli.js"
9-
},
7+
"bin": "./dist/oc-cli.js",
108
"scripts": {
119
"lint": "eslint src",
1210
"prebuild": "rimraf dist",

0 commit comments

Comments
 (0)