Skip to content

Commit fb72fbd

Browse files
committed
un npmignore dist
1 parent 70442e0 commit fb72fbd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Dockerfile
2+
docker-compose.yml
3+
.idea
4+
node_modules/
5+
yarn-error.log

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "safe-navigation",
2+
"name": "@smartlyio/safe-navigation",
33
"license": "MIT",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "typescript and null safe json object navigation",
66
"private": false,
77
"author": "Smartly.io",

0 commit comments

Comments
 (0)