Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit c06154a

Browse files
committed
2.0.0-beta.2
1 parent 79feaea commit c06154a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-contextmenu",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Context Menu implemented in React",
55
"main": "modules/index.js",
66
"keywords": [
@@ -11,7 +11,7 @@
1111
"rightclick"
1212
],
1313
"scripts": {
14-
"eslint": "eslint ./src",
14+
"eslint": "eslint ./src",
1515
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
1616
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha test/.setup.js test/**/*-test.js -- --reporter dot",
1717
"unit-test": "mocha test/.setup.js test/**/*-test.js",

0 commit comments

Comments
 (0)