Skip to content

Commit 83177c1

Browse files
author
mtthwmnc
authored
Merge pull request #30 from punkave/feature/webpack-updates
Feature/webpack updates
2 parents 604cf50 + 4587f60 commit 83177c1

File tree

3 files changed

+15
-520
lines changed

3 files changed

+15
-520
lines changed

package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "pk-pattern-library",
3-
"version": "1.1.3",
3+
"version": "1.1.2",
44
"description": "A pattern library generator for ApostropheCMS.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"dev": "node lib/webpack-dev.js",
9-
"prod": "node lib/webpack-prod.js",
9+
"prod": "node lib/webpack-prod.js && babel public/js/always.js > public/js/always.js",
1010
"eslint": "./node_modules/.bin/eslint \"src/**/*.js\"",
1111
"stylelint": "./node_modules/.bin/stylelint \"src/**/*.scss\""
1212
},
@@ -22,19 +22,21 @@
2222
"homepage": "https://github.com/punkave/pk-pattern-library#readme",
2323
"devDependencies": {
2424
"chalk": "^2.4.2",
25-
"color-convert": "^2.0.0",
26-
"eslint": "^5.12.1",
27-
"eslint-config-punkave": "^2.0.0",
25+
"color-convert": "^2.0.1",
26+
"eslint": "^5.16.0",
27+
"eslint-config-punkave": "^2.0.1",
2828
"eslint-config-standard": "^12.0.0",
29-
"eslint-plugin-import": "^2.14.0",
29+
"eslint-plugin-import": "^2.20.0",
3030
"eslint-plugin-node": "^8.0.1",
31-
"eslint-plugin-promise": "^4.0.1",
32-
"eslint-plugin-standard": "^4.0.0",
31+
"eslint-plugin-promise": "^4.2.1",
32+
"eslint-plugin-standard": "^4.0.1",
3333
"fs-extra": "^7.0.1",
3434
"pk-webpack": "git+https://punkhub:5cafa101c142b77ee0edc5f7cb098ca7b7213f8b@github.com/punkave/pk-webpack.git#v1.0.0",
3535
"stylelint": "^9.10.1",
3636
"stylelint-config-punkave": "^0.1.0",
37-
"stylelint-declaration-strict-value": "^1.1.2"
37+
"stylelint-declaration-strict-value": "^1.1.8"
3838
},
39-
"dependencies": {}
39+
"dependencies": {
40+
"babel-cli": "^6.26.0"
41+
}
4042
}

public/css/always.css

+1-328
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)