Skip to content

Commit 6b905bd

Browse files
committed
update devDependencies
1 parent 04032be commit 6b905bd

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable-arrays",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Immutable versions of normally mutable array methods",
55
"main": "lib/immutableArrays.js",
66
"scripts": {
@@ -10,8 +10,7 @@
1010
"dev": "webpack --env=dev",
1111
"watch": "webpack --progress --colors --watch --env=dev",
1212
"lint": "eslint src/**/*.js",
13-
"prepublish": "npm run dev & npm run build",
14-
"docs": "jsdoc2md 'src/immutable-delete.js'"
13+
"prepublishOnly": "npm test && npm run dev && npm run build"
1514
},
1615
"repository": {
1716
"type": "git",
@@ -36,17 +35,17 @@
3635
"author": "George Raptis <[email protected]> (georapbox.github.io)",
3736
"license": "MIT",
3837
"devDependencies": {
39-
"babel-cli": "~6.24.1",
40-
"babel-core": "~6.25.0",
38+
"babel-cli": "~6.26.0",
39+
"babel-core": "~6.26.0",
4140
"babel-loader": "~7.1.0",
4241
"babel-plugin-add-module-exports": "~0.2.1",
4342
"babel-preset-es2015": "~6.24.1",
44-
"chai": "~4.0.2",
45-
"eslint": "~4.1.0",
46-
"eslint-loader": "~1.8.0",
47-
"mocha": "~3.4.2",
48-
"nyc": "~11.0.2",
49-
"webpack": "~3.0.0",
50-
"yargs": "~8.0.2"
43+
"chai": "~4.1.2",
44+
"eslint": "~4.12.1",
45+
"eslint-loader": "~1.9.0",
46+
"mocha": "~4.0.1",
47+
"nyc": "~11.3.0",
48+
"webpack": "~3.8.1",
49+
"yargs": "~10.0.3"
5150
}
5251
}

0 commit comments

Comments
 (0)