Skip to content

Commit b7de6db

Browse files
Switch from npm to Yarn
Since Yarn (1) is fully compatible with npm (2), but provides way more useful features and uses a stable dependency solution strategy, snowsaw now uses Yarn by default. Therefore the npm specific `package-lock.json` file has been removed and replaced with Yarn's `yarn.lock` file. References: (1) https://yarnpkg.com (2) https://www.npmjs.com Epic GH-33 Resolves GH-81
1 parent 8136905 commit b7de6db

File tree

3 files changed

+3664
-5116
lines changed

3 files changed

+3664
-5116
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@
1919
# +------+
2020
**/*.log
2121
logs/
22+
.npm/
2223
npm-debug.log*
24+
npm-error.log*
25+
yarn-debug.log*
26+
yarn-error.log*
27+
.yarn-integrity
2328

2429
# +---------+
2530
# + Node.js +
2631
# +---------+
27-
.npm/
2832
**/node_modules/
2933

3034
# +-------------------+

0 commit comments

Comments
 (0)