Skip to content

Commit 3aa7a4f

Browse files
committed
Adjusting package.json to fix incorrect first release (patch)
1 parent 14909b5 commit 3aa7a4f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"name": "browser-ui-state",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Library which allows to determine current browser UI state (address bar visibility, on-screen keyboard, etc)",
55
"main": "./dist/browser-ui-state.js",
6-
"files": ["dist/browser-ui-state.js", "src"],
6+
"files": [
7+
"dist/browser-ui-state.js",
8+
"src"
9+
],
710
"scripts": {
811
"start": "webpack-dev-server",
912
"build": "webpack && npm run test",
1013
"test": "./node_modules/.bin/cucumber.js --compiler js:babel-core/register",
1114
"prepublish": "npm run build"
1215
},
1316
"author": "TheBit <[email protected]>",
14-
"contributors": ["Volodymyr Vyshko <[email protected]>"],
17+
"contributors": [
18+
"Volodymyr Vyshko <[email protected]>"
19+
],
1520
"license": "MIT",
1621
"repository": {
1722
"type": "git",

0 commit comments

Comments
 (0)