Skip to content

Commit

Permalink
Merge pull request #6 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 fd156b6 + e5f7627 commit ae5c405
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 273 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pk-cookie-alert",
"version": "1.1.1",
"version": "1.1.2",
"description": "A module that provides a persistent alert for users to acknowledge the use of cookies.",
"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 @@ -21,6 +21,7 @@
},
"homepage": "https://github.com/punkave/pk-cookie-alert#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"pk-utilities": "git+https://punkhub:5cafa101c142b77ee0edc5f7cb098ca7b7213f8b@github.com/punkave/pk-utilities.git#1.0.1"
},
"devDependencies": {
Expand All @@ -33,7 +34,7 @@
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^7.0.1",
"pk-webpack": "punkave/pk-webpack",
"pk-webpack": "github:punkave/pk-webpack",
"stylelint": "^9.10.1",
"stylelint-config-punkave": "^0.1.0",
"stylelint-declaration-strict-value": "^1.1.2"
Expand Down
41 changes: 1 addition & 40 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 ae5c405

Please sign in to comment.