Skip to content

Commit

Permalink
[release] 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
warlock committed Aug 4, 2020
1 parent 9c6fbe3 commit 62b678d
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 368 deletions.
232 changes: 0 additions & 232 deletions .eslintrc.js

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "snc",
"version": "1.2.7",
"version": "1.2.8",
"description": "Asyncronous Iterators Collection",
"main": "snc.js",
"scripts": {
"test": "mocha",
"build": "./node_modules/webpack/bin/webpack.js -p"
"build": "webpack -p"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,6 +36,7 @@
},
"homepage": "http://snc.js.gl",
"devDependencies": {
"webpack": "^3.10.0"
"webpack": "^3.12.0",
"webpack-cli": "^3.3.12"
}
}
Loading

0 comments on commit 62b678d

Please sign in to comment.