Skip to content

Commit 870417d

Browse files
committed
yarn@latest
1 parent 91c3ec9 commit 870417d

File tree

4 files changed

+14252
-10289
lines changed

4 files changed

+14252
-10289
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage
55
bundle_sizes.html
66
.eslintcache
77
demo/javascript-demo/server/node_modules
8+
.yarn/*

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullscript/fullscript-js",
3-
"version": "0.0.0",
3+
"version": "3.0.0",
44
"description": "Embeddable fullscript components",
55
"repository": "https://github.com/Fullscript/fullscript-js.git",
66
"contributors": [
@@ -103,5 +103,6 @@
103103
"branches": [
104104
"master"
105105
]
106-
}
106+
},
107+
"packageManager": "yarn@4.9.1"
107108
}

0 commit comments

Comments
 (0)