Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Dec 21, 2018
1 parent 2b921a3 commit 8281c8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# skipRegex Changes

## \[1.0.1] - 2018-12-21

### Fixed

- ESLint must be in devDependendcies.

## \[1.0.0] - 2018-12-21

Ready for production
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skip-regex",
"version": "1.0.0",
"version": "1.0.1",
"description": "Micro parser for detection of literal regexes",
"main": "./dist/skip-regex.js",
"module": "./dist/skip-regex.mjs",
Expand Down Expand Up @@ -43,6 +43,7 @@
"author": "aMarCruz <[email protected]>",
"license": "MIT",
"devDependencies": {
"eslint": "^5.10.0",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
Expand All @@ -53,8 +54,5 @@
"rollup-plugin-buble": "^0.19.0",
"rollup-plugin-cleanup": "^3.0.0",
"rollup-plugin-uglify": "^6.0.0"
},
"dependencies": {
"eslint": "^5.10.0"
}
}

0 comments on commit 8281c8e

Please sign in to comment.