File tree 2 files changed +39
-8
lines changed
2 files changed +39
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pk-pattern-library" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " A pattern library generator for ApostropheCMS." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
8
"dev" : " node lib/webpack-dev.js" ,
9
- "prod" : " node lib/webpack-prod.js && babel public/js/always.js > public/js/always.js" ,
9
+ "prod" : " node lib/webpack-prod.js && babel public/js/always.js > public/js/always-compiled.js && mv -f public/js/always-compiled.js public/js/always .js" ,
10
10
"eslint" : " ./node_modules/.bin/eslint \" src/**/*.js\" " ,
11
11
"stylelint" : " ./node_modules/.bin/stylelint \" src/**/*.scss\" "
12
12
},
21
21
},
22
22
"homepage" : " https://github.com/punkave/pk-pattern-library#readme" ,
23
23
"devDependencies" : {
24
+ "babel-cli" : " ^6.26.0" ,
24
25
"chalk" : " ^2.4.2" ,
25
26
"color-convert" : " ^2.0.1" ,
26
27
"eslint" : " ^5.16.0" ,
31
32
"eslint-plugin-promise" : " ^4.2.1" ,
32
33
"eslint-plugin-standard" : " ^4.0.1" ,
33
34
"fs-extra" : " ^7.0.1" ,
34
- "pk-webpack" : " git+https://punkhub:5cafa101c142b77ee0edc5f7cb098ca7b7213f8b@ github.com/ punkave/pk-webpack.git#v1.0.0 " ,
35
+ "pk-webpack" : " github: punkave/pk-webpack" ,
35
36
"stylelint" : " ^9.10.1" ,
36
37
"stylelint-config-punkave" : " ^0.1.0" ,
37
38
"stylelint-declaration-strict-value" : " ^1.1.8"
38
- },
39
- "dependencies" : {
40
- "babel-cli" : " ^6.26.0"
41
39
}
42
40
}
You can’t perform that action at this time.
0 commit comments