Skip to content

Commit

Permalink
upgrade tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Jan 21, 2021
1 parent e455c3d commit 9e26fee
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 13,918 deletions.
13,712 changes: 0 additions & 13,712 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@bytefury/spacewind": "^0.4.0",
"@bytefury/spacewind": "../spacewind",
"@vue-hero-icons/outline": "^1.6.3",
"@vue-hero-icons/solid": "^1.6.3",
"axios": "^0.19",
Expand Down
2 changes: 1 addition & 1 deletion public/assets/css/crater.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/js/app.js

Large diffs are not rendered by default.

41 changes: 14 additions & 27 deletions public/assets/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/*!
* tiptap v1.29.6
* (c) 2020 überdosis GbR (limited liability)
* tiptap v1.30.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

/*!
* tiptap-commands v1.14.6
* (c) 2020 überdosis GbR (limited liability)
* tiptap-commands v1.15.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

/*!
* tiptap-extensions v1.33.1
* (c) 2020 überdosis GbR (limited liability)
* tiptap-extensions v1.33.2
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

/*!
* tiptap-utils v1.10.4
* (c) 2020 überdosis GbR (limited liability)
* tiptap-utils v1.11.0
* (c) 2021 überdosis GbR (limited liability)
* @license MIT
*/

Expand Down Expand Up @@ -67,13 +67,6 @@
* Date: 2020-03-14
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*!
* Vue.js v2.6.12
* (c) 2014-2020 Evan You
Expand All @@ -94,6 +87,12 @@
* Date: 2020-05-04T22:49Z
*/

/*!
* vue-i18n v8.22.2
* (c) 2020 kazuya kawaguchi
* Released under the MIT License.
*/

/*!
* vue2-transitions v0.3.0
* (c) 2019-present cristij <[email protected]>
Expand All @@ -108,18 +107,6 @@

/*! For license information please see index.js.LICENSE.txt */

/*! https://mths.be/punycode v1.4.1 by @mathias */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* vue-router v2.7.0
* (c) 2017 Evan You
* @license MIT
*/

/**
* @license
* Lodash <https://lodash.com/>
Expand Down
4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/assets/js/app.js": "/assets/js/app.js?id=311e432a0e58e62c984f",
"/assets/css/crater.css": "/assets/css/crater.css?id=912348e74f68a41a1b35"
"/assets/js/app.js": "/assets/js/app.js?id=40fb78ab5f12fbd00b5d",
"/assets/css/crater.css": "/assets/css/crater.css?id=e6703450b7af258979fd"
}
8 changes: 4 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module.exports = {
'./resources/assets/js/**/*.js',
'./resources/assets/js/**/*.vue',
'./resources/assets/sass/**/*.scss',
'./node_modules/@bytefury/spacewind/**/*.js',
'./node_modules/@bytefury/spacewind/**/*.vue',
'./node_modules/flatpickr/**/*.js',
'./node_modules/toastr/**/*.js',
'./node_modules/\\@bytefury/spacewind/src/**/*.js',
'./node_modules/\\@bytefury/spacewind/src/**/*.vue',
'flatpickr/**/*.js',
'toastr/**/*.js',
'./public/js/pace/**/*.js',
],
theme: {
Expand Down
Loading

0 comments on commit 9e26fee

Please sign in to comment.