File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3939 "browserslist" : [
4040 " > 1%" ,
4141 " last 2 versions" ,
42- " not dead"
42+ " not dead" ,
43+ " not ie 11"
4344 ],
4445 "publishConfig" : {
4546 "access" : " public"
Original file line number Diff line number Diff line change 11> 1%
22last 2 versions
33not dead
4+ not ie 11
Original file line number Diff line number Diff line change 1818 "test:e2e" : " yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:dev" ,
1919 "test:start" : " yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:start" ,
2020 "test:e2e:dev" : " cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development" ,
21- "test:e2e:start" : " vue-cli-service test:e2e --mode production --headless --url=http://localhost:4040" ,
21+ "test:e2e:start" : " vue-cli-service test:e2e --mode production --browser chrome -- headless --url=http://localhost:4040" ,
2222 "test:clear" : " rimraf ../../test/cli-ui-test && rimraf ./live-test" ,
2323 "test" : " yarn run build && cd ../cli-ui-addon-webpack && yarn run build && cd ../cli-ui-addon-widgets && yarn run build && cd ../cli-ui && yarn run test:start"
2424 },
111111 "browserslist" : [
112112 " > 1%" ,
113113 " last 2 versions" ,
114- " not dead"
114+ " not dead" ,
115+ " not ie 11"
115116 ],
116117 "main" : " index.js" ,
117118 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments