Skip to content

Commit 5dc8477

Browse files
1.2.1
1 parent fea4d41 commit 5dc8477

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promdash",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "ES6 implementation of lodash",
55
"main": "promdash.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"lint-staged": {
25-
"*.src.js": [
25+
"*.src.js": [
2626
"eslint --quiet --fix",
2727
"git add"
2828
]

0 commit comments

Comments
 (0)