Skip to content

Commit 690ce57

Browse files
authored
Merge pull request #712 from Automattic/fix/700-migrate-yarn-to-npm
2 parents 551f77a + 44fac13 commit 690ce57

File tree

10 files changed

+21406
-7849
lines changed

10 files changed

+21406
-7849
lines changed

.distignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ phpunit.xml.dist
2323
README.md
2424
webpack.config.js
2525
wpcom-helper.php
26-
yarn.lock
26+
package-lock.json

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules/
22
dist/
33
npm-debug.log
4-
yarn-error.log
4+
*.log
55

66
composer.lock
77
vendor/

assets/0.bundle.js

Lines changed: 6 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/amp.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/amp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/app.js

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)