Skip to content

Commit

Permalink
Merge pull request #12 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 c3ffc6c + f867409 commit c3f6c1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 36 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "pk-accordion",
"version": "1.0.1",
"version": "1.0.2",
"description": "A bundle of accordion widgets 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 @@ -21,21 +21,22 @@
},
"homepage": "https://github.com/punkave/pk-accordion#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"pk-utilities": "git+https://punkhub:5cafa101c142b77ee0edc5f7cb098ca7b7213f8b@github.com/punkave/pk-utilities.git#1.0.2"
},
"devDependencies": {
"chalk": "^2.4.2",
"eslint": "^5.12.1",
"eslint-config-punkave": "^2.0.0",
"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-standard": "^4.0.1",
"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"
"stylelint-declaration-strict-value": "^1.1.8"
}
}
30 changes: 1 addition & 29 deletions public/css/always.css

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

3 changes: 2 additions & 1 deletion public/js/always.js

Large diffs are not rendered by default.

0 comments on commit c3f6c1a

Please sign in to comment.