mirror of
https://github.com/a2nt/meta-lightbox.git
synced 2024-10-22 17:05:53 +02:00
Version update
This commit is contained in:
parent
13ed5e73d0
commit
490faf8b82
23
package.json
23
package.json
@ -1,10 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/meta-lightbox",
|
"name": "@a2nt/meta-lightbox",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Universal Lightbox window",
|
"description": "Universal Lightbox window",
|
||||||
"main": "meta-lightbox.js",
|
"main": "meta-lightbox.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "cross-env NODE_ENV=development webpack-dev-server --https -d --config webpack.config.js",
|
||||||
|
"dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.js",
|
||||||
|
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js --progress",
|
||||||
|
"lint:check": "eslint ./src --config .eslintrc && sass-lint ./src --config .sasslintrc -v -q",
|
||||||
|
"lint:fix": "eslint ./src --config .eslintrc --fix && sass-lint ./src --config .sasslintrc -v -q --fix",
|
||||||
|
"lint:js": "eslint ./src --config .eslintrc",
|
||||||
|
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
|
||||||
|
"prebuild": "yarn lint:fix && rimraf dist",
|
||||||
|
"prepare": "yarn lint:fix && yarn build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -23,17 +31,6 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://npm.pkg.github.com/"
|
"registry": "https://npm.pkg.github.com/"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"start": "cross-env NODE_ENV=development webpack-dev-server --https -d --config webpack.config.js",
|
|
||||||
"dash": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server --config webpack.config.js",
|
|
||||||
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js --progress",
|
|
||||||
"lint:check": "eslint ./src --config .eslintrc && sass-lint ./src --config .sasslintrc -v -q",
|
|
||||||
"lint:fix": "eslint ./src --config .eslintrc --fix && sass-lint ./src --config .sasslintrc -v -q --fix",
|
|
||||||
"lint:js": "eslint ./src --config .eslintrc",
|
|
||||||
"lint:sass": "sass-lint ./src --config .sasslintrc -v -q",
|
|
||||||
"prebuild": "yarn lint:fix && rimraf dist",
|
|
||||||
"prepare": "yarn lint:fix && yarn build"
|
|
||||||
},
|
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user