We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70442e0 commit fb72fbdCopy full SHA for fb72fbd
.npmignore
@@ -0,0 +1,5 @@
1
+Dockerfile
2
+docker-compose.yml
3
+.idea
4
+node_modules/
5
+yarn-error.log
package.json
@@ -1,7 +1,7 @@
{
- "name": "safe-navigation",
+ "name": "@smartlyio/safe-navigation",
"license": "MIT",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "typescript and null safe json object navigation",
6
"private": false,
7
"author": "Smartly.io",
0 commit comments