Skip to content

Commit

Permalink
M .gitignore
Browse files Browse the repository at this point in the history
 M package-lock.json
 M package.json
 M src/__lab__/index.ts
  • Loading branch information
NazmusSayad committed Sep 27, 2024
1 parent f53e6bc commit b154a89
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
node_modules
node_modules
.temp-dist-*
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npmize",
"version": "1.1.3",
"version": "1.1.4",
"description": "Let's create an npm package without worrying about anything.",
"bin": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/__lab__/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console.clear()
const TEST_TARGET = '../uni-run'
const TEST_TARGET = '../noarg'
import { app } from '../app'
import '../main'

Expand Down

0 comments on commit b154a89

Please sign in to comment.