Skip to content

Commit

Permalink
chore: pre-release version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schne324 committed Mar 4, 2018
1 parent 072ab47 commit da32abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "combobo",
"version": "1.1.1",
"version": "2.0.0",
"description": "Accessible combobox widget/plugin",
"main": "dist/combobo.js",
"directories": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"build": "webpack",
"dev": "npm run build -- --watch",
"test": "mochify --recursive --transform [ babelify --presets [ es2015 ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ] --plugin [ mochify-istanbul --report text --exclude '**/+(test|node_modules|dist)/**/*' ]",
"test": "mochify --recursive --transform [ babelify --presets [ es2015 ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ]",
"test:dev": "mochify --recursive --watch --transform [ babelify --presets [ es2015 ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ]"
},
"repository": {
Expand Down

0 comments on commit da32abb

Please sign in to comment.