|
3 | 3 | "description": "Parses a DOM Node for tags and executes the matching constructor on each element.", |
4 | 4 | "main": "dist/assembler.js", |
5 | 5 | "scripts": { |
6 | | - "postinstall": "npm run build", |
| 6 | + "prepublish": "npm run build", |
7 | 7 | "build": "browserify src/assembler.js -o dist/assembler.js --standalone reduct.assembler -t [ babelify --presets [ es2015 ] ]", |
8 | 8 | "lint": "xo src/**/*.js", |
9 | | - "mocha": "export TEST=true && find ./src -name '*.spec.js' | xargs istanbul cover -x *.spec.js _mocha -- -R spec --compilers js:babel/register", |
| 9 | + "mocha": "export TEST=true && find ./src -name '*.spec.js' | xargs istanbul cover -x *.spec.js _mocha -- -R spec --compilers js:babel-register", |
10 | 10 | "test": "npm run lint && npm run mocha && npm run build", |
11 | 11 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
12 | 12 | }, |
|
49 | 49 | }, |
50 | 50 | "homepage": "https://github.com/reduct/assembler", |
51 | 51 | "devDependencies": { |
52 | | - "@inkdpixels/commit-analyzer": "0.0.2", |
53 | | - "@inkdpixels/release-notes-generator": "0.0.2", |
54 | | - "babel": "^5.8.34", |
| 52 | + "@inkdpixels/commit-analyzer": "^0.0.4", |
| 53 | + "@inkdpixels/release-notes-generator": "^0.0.4", |
| 54 | + "@reduct/logger": "^1.1.0", |
| 55 | + "babel-polyfill": "^6.3.14", |
| 56 | + "babel-preset-es2015": "^6.3.13", |
| 57 | + "babel-register": "^6.3.13", |
| 58 | + "babelify": "^7.2.0", |
| 59 | + "browserify": "^12.0.1", |
55 | 60 | "chai": "^3.4.1", |
56 | | - "istanbul": "^0.4.0", |
57 | | - "jsdom": "^7.0.2", |
58 | | - "mocha": "^2.3.3", |
| 61 | + "istanbul": "^0.4.1", |
| 62 | + "jsdom": "^7.2.2", |
| 63 | + "mocha": "^2.3.4", |
59 | 64 | "semantic-release": "^4.3.5", |
60 | | - "xo": "^0.11.0" |
| 65 | + "xo": "^0.12.1" |
61 | 66 | }, |
62 | 67 | "xo": { |
63 | 68 | "esnext": true, |
|
71 | 76 | "release": { |
72 | 77 | "analyzeCommits": "@inkdpixels/commit-analyzer", |
73 | 78 | "generateNotes": "@inkdpixels/release-notes-generator" |
74 | | - }, |
75 | | - "dependencies": { |
76 | | - "@reduct/logger": "^1.0.2", |
77 | | - "babel-preset-es2015": "^6.1.18", |
78 | | - "babelify": "^7.2.0", |
79 | | - "browserify": "^12.0.1" |
80 | 79 | } |
81 | 80 | } |
0 commit comments