Skip to content

Commit 8f332e5

Browse files
committed
build: rebuild package-lock
1 parent 9b0a575 commit 8f332e5

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"test:watch": "NODE_ENV=test ./node_modules/.bin/mocha --watch 'test/**/*.tests.js'",
1010
"test:coverage": "NODE_ENV=test nyc --reporter=html --reporter=lcov --reporter=text ./node_modules/.bin/mocha 'test/**/*.tests.js'",
1111
"lint": "prettier --check .",
12-
"lint:fix": "prettier --write .",
13-
"build": "gulp"
12+
"lint:fix": "prettier --write ."
1413
},
1514
"license": "LGPLv3",
1615
"homepage": "https://github.com/meteorrn/minimongo-cache",
@@ -30,8 +29,7 @@
3029
},
3130
"files": [
3231
"src",
33-
"index.js",
34-
"LICENSE",
35-
"README.md"
32+
"lib",
33+
"index.js"
3634
]
3735
}

0 commit comments

Comments
 (0)