Skip to content

Commit f41a54d

Browse files
committed
Update publish task
1 parent 8e102f9 commit f41a54d

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nigelotoole/progress-tracker",
2+
"name": "progress-tracker",
33
"homepage": "https://nigelotoole.github.io/progress-tracker/",
44
"author": "Nigel O Toole <[email protected]> (http://www.purestructure.com)",
55
"description": "Illustrate the steps in a multi step process like a form or a timeline.",
@@ -47,6 +47,6 @@
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
}

src/styles/main.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */

src/styles/progress-tracker.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,3 @@
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 */

0 commit comments

Comments
 (0)