Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active February 16, 2020 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/de4072a853194058ed5ef108f270549f to your computer and use it in GitHub Desktop.
Save vanaf1979/de4072a853194058ed5ef108f270549f to your computer and use it in GitHub Desktop.
Gist for my "WordPress: Laravel Mix, Sass and ES6 Modules in theme development" tutorial at https://since1979.dev/wordpress-laravel-mix-sass-and-es6-modules-in-theme-development/
{
"name": "mix-tutorial",
"version": "1.0.0",
"description": "WordPress and Laravel Mix tutorial",
"main": "index.js",
"author": {
"name": "Vanaf1979",
"email": "email@example.com",
"url": "https://example.com"
},
"repository": {
"type": "git",
"url": "https://github.com/vanaf1979/wordpress-and-laravel-mix-tutorial"
},
"license": "MIT",
"scripts": {
},
"dependencies": {},
"devDependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment