Skip to content

Commit

Permalink
Merge pull request #30 from punkave/feature/webpack-updates
Browse files Browse the repository at this point in the history
Feature/webpack updates
  • Loading branch information
mtthwmnc authored Jan 21, 2020
2 parents 604cf50 + 4587f60 commit 83177c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 520 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pk-pattern-library",
"version": "1.1.3",
"version": "1.1.2",
"description": "A pattern library generator for ApostropheCMS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node lib/webpack-dev.js",
"prod": "node lib/webpack-prod.js",
"prod": "node lib/webpack-prod.js && babel public/js/always.js > public/js/always.js",
"eslint": "./node_modules/.bin/eslint \"src/**/*.js\"",
"stylelint": "./node_modules/.bin/stylelint \"src/**/*.scss\""
},
Expand All @@ -22,19 +22,21 @@
"homepage": "https://github.com/punkave/pk-pattern-library#readme",
"devDependencies": {
"chalk": "^2.4.2",
"color-convert": "^2.0.0",
"eslint": "^5.12.1",
"eslint-config-punkave": "^2.0.0",
"color-convert": "^2.0.1",
"eslint": "^5.16.0",
"eslint-config-punkave": "^2.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^7.0.1",
"pk-webpack": "git+https://punkhub:[email protected]/punkave/pk-webpack.git#v1.0.0",
"stylelint": "^9.10.1",
"stylelint-config-punkave": "^0.1.0",
"stylelint-declaration-strict-value": "^1.1.2"
"stylelint-declaration-strict-value": "^1.1.8"
},
"dependencies": {}
"dependencies": {
"babel-cli": "^6.26.0"
}
}
329 changes: 1 addition & 328 deletions public/css/always.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 83177c1

Please sign in to comment.