We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e63e26 commit 5aaa322Copy full SHA for 5aaa322
4 files changed
.gitignore
@@ -37,6 +37,15 @@ jspm_packages
37
# Optional REPL history
38
.node_repl_history
39
40
+# yarn
41
+.pnp.*
42
+.yarn/*
43
+!.yarn/patches
44
+!.yarn/plugins
45
+!.yarn/releases
46
+!.yarn/sdks
47
+!.yarn/versions
48
+
49
# Output files
50
test/fixtures/output.js
51
test/fixtures/multi
.yarn/releases/yarn-3.5.1.cjs
.yarnrc.yml
@@ -0,0 +1 @@
1
+yarnPath: .yarn/releases/yarn-3.5.1.cjs
package.json
@@ -47,5 +47,5 @@
"rollup200": "npm:rollup@2.66.x",
"standard": "^17.0.0"
},
- "dependencies": {}
+ "packageManager": "yarn@3.5.1"
}
0 commit comments