Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit 5cdd7d0

Browse files
committed
Update packages
1 parent 6073887 commit 5cdd7d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/shouldjs/should.js",
1111
"scripts": {
1212
"cjs": "rollup --format=cjs --output=cjs/should.js lib/should.js",
13-
"es6": "rollup --format=es6 --output=es6/should.js lib/should.js",
13+
"es6": "rollup --format=es --output=es6/should.js lib/should.js",
1414
"build": "npm run cjs && npm run es6",
1515
"prepublish": "npm run build && npm run browser",
1616
"pretest": "npm run build",
@@ -20,10 +20,10 @@
2020
},
2121
"devDependencies": {
2222
"bluebird": "^3.0.6",
23-
"eslint": "^2.4.0",
23+
"eslint": "^3.0.0",
2424
"mocha": "latest",
2525
"mocha-better-spec-reporter": "latest",
26-
"rollup": "^0.29.0",
26+
"rollup": "0.34.1",
2727
"rollup-plugin-node-resolve": "^1.5.0",
2828
"zuul": "latest"
2929
},

0 commit comments

Comments
 (0)