Skip to content

Commit

Permalink
adds dist folder, changes version to ensure current users get it
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Grinberg committed Sep 27, 2018
1 parent 95323c4 commit 6dd389d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unidriver",
"version": "1.1.0-alpha",
"version": "1.0.0-alpha.1",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -13,6 +13,9 @@
},
"author": "Wix.com",
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@types/chai": "^4.0.10",
"@types/ejs": "^2.5.0",
Expand Down

0 comments on commit 6dd389d

Please sign in to comment.