File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rilti" ,
3- "version" : " 0.9.4 " ,
3+ "version" : " 0.9.5 " ,
44 "description" : " small opinionated furture forward frontend framework" ,
55 "main" : " ./dist/rilti.min.js" ,
66 "repository" : {
1313 " view" ,
1414 " library" ,
1515 " front-end" ,
16+ " frontend" ,
17+ " toolkit" ,
18+ " components" ,
1619 " framework" ,
1720 " proxy" ,
1821 " dom"
2427 },
2528 "scripts" : {
2629 "test" : " ./node_modules/.bin/karma start karma.conf.js" ,
27- "build" : " ./node_modules/.bin/rollup -c && ./node_modules/.bin/standard --fix ./dist/rilti.js && ./node_modules/.bin/minify ./dist/rilti.js --outFile ./dist/rilti.min .js"
30+ "build" : " ./node_modules/.bin/rollup -c && ./node_modules/.bin/standard --fix ./dist/rilti.js && ./node_modules/.bin/terser --verbose -c -m -o ./dist/rilti.min. js -- ./dist/rilti.js"
2831 },
2932 "standard" : {
3033 "ignore" : [
3841 "homepage" : " https://github.com/sauldoescode/rilti.js#readme" ,
3942 "devDependencies" : {
4043 "@babel/cli" : " ^7.1.2" ,
41- "babel-minify" : " ^0.5.0-alpha.9" ,
4244 "chokidar" : " ^2.0.4" ,
4345 "compression" : " ^1.7.2" ,
4446 "express" : " ^4.16.3" ,
4951 "karma-firefox-launcher" : " ^1.1.0" ,
5052 "karma-jasmine" : " ^1.1.2" ,
5153 "rollup" : " ^0.66.6" ,
52- "standard" : " ^12.0.1"
54+ "standard" : " ^12.0.1" ,
55+ "terser" : " ^3.10.7"
5356 }
5457}
You can’t perform that action at this time.
0 commit comments