Skip to content

Commit 45f6362

Browse files
committed
3.0.0
1 parent c8c71a1 commit 45f6362

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-with-observable",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Use Observables with React declaratively!",
55
"main": "build/index.common.js",
66
"browser": "build/index.js",
@@ -22,11 +22,9 @@
2222
"test:e2e": "npm-run-all build:examples -p --race serve:examples test:cypress",
2323
"test:e2e:ci": "npm-run-all build:examples -p --race serve:examples test:cypress:ci",
2424
"test:types": "tslint -c ./tslint.json --project ./tsconfig.json",
25-
2625
"test:cypress": "cypress run --record",
2726
"test:cypress:ci": "cypress run --record --parallel --ci-build-id=$BUILD_ID",
2827
"test:coverage": "jest --detectLeaks --coverage",
29-
3028
"build:examples": "webpack --config examples/webpack.config.js --mode production",
3129
"serve:examples": "http-server ./examples -a localhost -p 8082 -c-1",
3230
"start:examples": "webpack-dev-server --config examples/webpack.config.js",

0 commit comments

Comments
 (0)