Skip to content

Commit 40ec013

Browse files
authored
Merge pull request #79 from Software-Developers-IRL/f/lastlink3
F/lastlink3 fix tabs in docs
2 parents 5eebe47 + bcd5003 commit 40ec013

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@
145145
1. postgres `npm run littleMermaid2SQL -- -d postgres --src samples/Adventureworks_pg.md`
146146
1. mysql `npm run littleMermaid2SQL -- -d mysql --src samples/Adventureworks_mysql.md`
147147
4. Force uninstall
148-
* `npm uninstall -g little-mermaid-2-the-sql`
149-
* `npm list -g`
150-
* `littleMermaid2SQL --help`
151-
5. test package
152-
* update .npmignore
153-
* run `npm pack` unzip contents and verify, node_modules are not required b/c they will be installed with package.json
154-
* `npm unpublish @funktechno/little-mermaid-2-the-sql@0.0.5` can only work within 1 week of publish, not very useful b/c not possible to republish an unpublished version
148+
* `npm uninstall -g little-mermaid-2-the-sql`
149+
* `npm list -g`
150+
* `littleMermaid2SQL --help`
151+
5. test npm packaging
152+
* update `.npmignore`
153+
* run `npm pack` unzip contents and verify, node_modules are not required b/c they will be installed with package.json
154+
* `npm unpublish @funktechno/little-mermaid-2-the-sql@0.0.5` can only work within 1 week of publish, not very useful b/c not possible to republish an unpublished version
155155

156156
### Technologies
157157
* [esLint](https://eslint.org/)

0 commit comments

Comments
 (0)