textpattern-default-theme
Advanced tools
Comparing version 4.8.0 to 4.8.2
{ | ||
"title": "Four Point Eight", | ||
"txp-type": "textpattern-theme", | ||
"version": "4.8.0", | ||
"version": "4.8.2", | ||
"description": "The default theme shipped with Textpattern CMS 4.8.", | ||
@@ -6,0 +6,0 @@ "author": "Team Textpattern", |
@@ -5,3 +5,3 @@ { | ||
"txp-type": "textpattern-theme", | ||
"version": "4.8.0", | ||
"version": "4.8.2", | ||
"description": "The default theme that ships as standard with Textpattern CMS.", | ||
@@ -29,25 +29,26 @@ "author": "Team Textpattern", | ||
"devDependencies": { | ||
"autoprefixer": "9.7.4", | ||
"autoprefixer": "9.8.0", | ||
"clean-webpack-plugin": "3.0.0", | ||
"copy-webpack-plugin": "5.1.1", | ||
"cross-env": "7.0.0", | ||
"css-loader": "3.4.0", | ||
"file-loader": "5.1.0", | ||
"copy-webpack-plugin": "6.0.1", | ||
"cross-env": "7.0.2", | ||
"css-loader": "3.5.3", | ||
"file-loader": "6.0.0", | ||
"mini-css-extract-plugin": "0.9.0", | ||
"postcss-loader": "3.0.0", | ||
"sass": "1.26.0", | ||
"sass-loader": "8.0.0", | ||
"stylelint": "13.2.0", | ||
"stylelint-order": "3.1.1", | ||
"stylelint-scss": "3.14.1", | ||
"stylelint-webpack-plugin": "1.2.3", | ||
"webpack": "4.41.6", | ||
"webpack-cli": "3.3.10" | ||
"sass": "1.26.5", | ||
"sass-loader": "8.0.2", | ||
"stylelint": "13.5.0", | ||
"stylelint-order": "4.0.0", | ||
"stylelint-scss": "3.17.2", | ||
"stylelint-webpack-plugin": "2.0.0", | ||
"webpack": "4.43.0", | ||
"webpack-cli": "3.3.11" | ||
}, | ||
"optionalDependencies": { | ||
"fibers": "4.0.2" | ||
"fibers": "5.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 0.5%", | ||
"not ie < 11" | ||
"Firefox ESR", | ||
"IE 11" | ||
], | ||
@@ -54,0 +55,0 @@ "scripts": { |
# Textpattern CMS default theme | ||
[![Greenkeeper](https://badges.greenkeeper.io/textpattern/textpattern-default-theme.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/textpattern/textpattern-default-theme.svg)](https://travis-ci.org/textpattern/textpattern-default-theme) | ||
[![Build Status](https://travis-ci.org/textpattern/textpattern-default-theme.svg?branch=master)](https://travis-ci.org/textpattern/textpattern-default-theme) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/textpattern/textpattern-default-theme/badge.svg?targetFile=package.json)](https://snyk.io/test/github/textpattern/textpattern-default-theme?targetFile=package.json) | ||
[![devDependencies Status](https://david-dm.org/textpattern/textpattern-default-theme/dev-status.svg)](https://david-dm.org/textpattern/textpattern-default-theme?type=dev) | ||
[![optionalDependencies Status](https://david-dm.org/textpattern/textpattern-default-theme/optional-status.svg)](https://david-dm.org/textpattern/textpattern-default-theme?type=optional) | ||
@@ -6,0 +8,0 @@ [Demo](https://default-theme.textpattern.com/) |
{ | ||
"title": "Four Point Eight", | ||
"txp-type": "textpattern-theme", | ||
"version": "4.8.0", | ||
"version": "4.8.2", | ||
"description": "The default theme shipped with Textpattern CMS 4.8.", | ||
@@ -6,0 +6,0 @@ "author": "Team Textpattern", |
@@ -58,9 +58,11 @@ const distDir = __dirname + '/dist/four-point-eight'; | ||
}), | ||
new CopyWebpackPlugin([ | ||
{ | ||
context: 'src/templates', | ||
from: '**/*', | ||
} | ||
]), | ||
new CopyWebpackPlugin({ | ||
patterns: [ | ||
{ | ||
context: 'src/templates', | ||
from: '**/*', | ||
}, | ||
], | ||
}), | ||
] | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29363465
1811
72