Merge branch 'master' into splits
Showing
{ | ||
"name": "pagedjs", | ||
"version": "0.1.8", | ||
"version": "0.1.10", | ||
"description": "Chunks up a document into paged media flows and applies print styles", | ||
"author": "Fred Chasen", | ||
"license": "MIT", | ||
... | ... | @@ -35,13 +35,14 @@ |
}, | ||
"scripts": { | ||
"build": "./node_modules/.bin/rollup -c", | ||
"legacy": "./node_modules/.bin/rollup -c rollup.legacy.config.js", | ||
"start": "./node_modules/.bin/rollup -w -c rollup.server.config.js", | ||
"test": "npm run tests && npm run specs", | ||
"tests": "jest --config=tests/jest.config.js", | ||
"specs": "jest --config=specs/jest.config.js", | ||
"compile": "./node_modules/.bin/babel src/ -d lib/", | ||
"pretest": "npm run build", | ||
"prepublishOnly": "npm run build && npm run compile", | ||
"prepublishOnly": "npm run build && npm run compile && npm run legacy", | ||
"watch": "./node_modules/.bin/rollup -w -c" | ||
}, | ||
"repository": { | ||
... | ... |
rollup.legacy.config.js
0 → 100644
10.3 KB
104 KB



19.6 KB
This diff is collapsed.