File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " @nigelotoole/ progress-tracker" ,
2+ "name" : " progress-tracker" ,
33 "homepage" : " https://nigelotoole.github.io/progress-tracker/" ,
44 "author" : " Nigel O Toole <pure@purestructure.com> (http://www.purestructure.com)" ,
55 "description" : " Illustrate the steps in a multi step process like a form or a timeline." ,
4747 "dev:styles" : " postcss src/styles/site/main.css src/styles/progress-tracker/progress-tracker.css --dir src/styles --watch" ,
4848 "build" : " npm run clean && cross-env NODE_ENV=production concurrently \" npm:build:*\" " ,
4949 "build:styles" : " postcss src/styles/site/main.css src/styles/progress-tracker/progress-tracker.css --dir src/styles" ,
50- "publish" : " npm run build && npm publish --access public"
50+ "publish:npm " : " npm run build && npm publish --access public"
5151 }
5252}
Original file line number Diff line number Diff line change @@ -913,5 +913,3 @@ a .icon, button .icon {
913913.progress-text p {
914914 display: none !important;
915915} */
916-
917- /*# sourceMappingURL=main.css.map */
Original file line number Diff line number Diff line change 303303 .progress-tracker--anim .progress-tracker--vertical .progress-step .is-complete : not (: last-child )::after {
304304 background-position : 100% -100% ;
305305 }
306-
307- /*# sourceMappingURL=progress-tracker.css.map */
You can’t perform that action at this time.
0 commit comments