Skip to content

Commit a1e5536

Browse files
committed
dumped v 1.0.6
1 parent 33c8a5b commit a1e5536

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nodejs/mk_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
npm version patch
44
npm run build
5-
npm login
5+
#npm login
66
npm publish --access public

nodejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fsoft/diff-patch",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Deep compare two objects and produces a diffData to transform object1 to object2",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)