Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Hesselink committed Jun 29, 2019
1 parent 4b41157 commit 50c2e9f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/node_modules
/vendor/
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "pascalh/tailwind-boilerplate",
"description": "Boilerplate for Tailwind, Vue, Sass, and Laravel-mix to quicky create designs",
"type": "project",
"authors": [
{
"name": "Pascal Hesselink",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {}
}
4 changes: 2 additions & 2 deletions dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12594,8 +12594,8 @@ new vue__WEBPACK_IMPORTED_MODULE_0___default.a({
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

__webpack_require__(/*! /Users/pascalh/Desktop/TailwindBoilerplate/src/js/app.js */"./src/js/app.js");
module.exports = __webpack_require__(/*! /Users/pascalh/Desktop/TailwindBoilerplate/src/sass/app.scss */"./src/sass/app.scss");
__webpack_require__(/*! /Users/pascalh/web/sites/TailwindBoilerplate/src/js/app.js */"./src/js/app.js");
module.exports = __webpack_require__(/*! /Users/pascalh/web/sites/TailwindBoilerplate/src/sass/app.scss */"./src/sass/app.scss");


/***/ })
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
],
"author": "Pascal Hesselink",
"license": "ISC"
}
}

0 comments on commit 50c2e9f

Please sign in to comment.