Skip to content

Commit

Permalink
Bump to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkazmi42 committed Nov 11, 2019
1 parent 0380fa0 commit 3df415d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ak-phrase",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",
"description": "Generates all the permutations of sentences from words in a 2D array.",
"author": "Arshad Kazmi",
"license": "GPL-3.0-or-later",
"license": "MIT",
"keywords": [
"phrase",
"sentence",
Expand All @@ -20,7 +20,9 @@
"pretest": "eslint --ignore-path .gitignore .",
"test": "node_modules/mocha/bin/mocha test/**"
},
"files": ["index.js"],
"files": [
"index.js"
],
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
Expand Down

0 comments on commit 3df415d

Please sign in to comment.