Skip to content

Commit

Permalink
v4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Žilinskas committed Mar 12, 2018
1 parent 149eaca commit 8fad3a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplr-dropdown",
"version": "3.1.1",
"version": "4.0.0-alpha.1",
"description": "A flexible React dropdown component.",
"types": "./dist/index.d.ts",
"main": "./dist/simplr-dropdown.js",
Expand All @@ -12,7 +12,8 @@
"build": "rollup -c",
"postbuild": "rimraf ./dist/**/__tests__/",
"watch": "rollup -c -w",
"docs-gen": "ts-docs-gen --entryFile ./src/index.ts"
"docs-gen": "ts-docs-gen --entryFile ./src/index.ts",
"travis-release": "node ./tools/travis-release/release.js"
},
"keywords": [
"react",
Expand Down

0 comments on commit 8fad3a1

Please sign in to comment.