Skip to content

Commit

Permalink
chore(package): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylor Steinberger committed Mar 12, 2018
1 parent 7638333 commit a1fdce0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@motorcycle/react-dom",
"description": "React integration for Motorcycle.ts",
"repository": "https://github.com/motorcyclets/react-dom",
"version": "2.1.0",
"version": "3.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -50,8 +50,7 @@
"preversion": "yarn test && yarn build",
"release:major": "npm version major -m 'chore(package): v%s'",
"release:minor": "npm version minor -m 'chore(package): v%s'",
"test:lint":
"prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote --trailing-comma es5 --parser typescript 'src/*.ts' 'src/**/*.ts'",
"test:lint": "prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote --trailing-comma es5 --parser typescript 'src/*.ts' 'src/**/*.ts'",
"test": "typed-test 'src/*.test.ts' 'src/**/*.test.ts' --browser"
}
}

0 comments on commit a1fdce0

Please sign in to comment.