Skip to content

Commit

Permalink
Publish 2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Dec 30, 2020
1 parent a86fa45 commit f8146cb
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": "@simonwep/selection-js",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
"main": "./lib/selection.min.js",
"module": "./lib/selection.min.mjs",
Expand All @@ -11,7 +11,8 @@
"build": "rollup -c rollup.config.js",
"dev": "webpack serve",
"lint": "eslint ./src/**/*.ts",
"lint:fix": "eslint ./src/**/*.ts --fix"
"lint:fix": "eslint ./src/**/*.ts --fix",
"ci:dryrun": "npm run lint:fix && npm run build"
},
"files": [
"lib",
Expand Down

0 comments on commit f8146cb

Please sign in to comment.