|
4 | 4 | "description": "Fast, maintainable, optimal, component-oriented CSS.", |
5 | 5 | "main": "dist/src/index.js", |
6 | 6 | "scripts": { |
7 | | - "compile": "rm -rf dist && tsc", |
| 7 | + "compile": "../../node_modules/.bin/tsc --version && rm -rf dist && ../../node_modules/.bin/tsc", |
8 | 8 | "pretest": "yarn run compile", |
9 | | - "test": "mocha dist/test --opts test/mocha.opts", |
| 9 | + "test": "../../node_modules/.bin/mocha dist/test --opts test/mocha.opts", |
10 | 10 | "posttest": "yarn run lint", |
11 | 11 | "prepublish": "yarn run compile && yarn run lintall", |
12 | | - "lint": "tslint -t msbuild --project . -c tslint.cli.json", |
13 | | - "lintall": "tslint -t msbuild --project . -c tslint.release.json", |
14 | | - "lintfix": "tslint -t msbuild --project . -c tslint.cli.json --fix", |
15 | | - "coverage": "istanbul cover -i \"dist/src/**/*.js\" --dir ./build/coverage node_modules/.bin/_mocha -- dist/test --opts test/mocha.opts", |
16 | | - "remap": "remap-istanbul -i build/coverage/coverage.json -o coverage -t html", |
17 | | - "docs": "typedoc --out ./docs .", |
| 12 | + "lint": "../../node_modules/.bin/tslint -t msbuild --project . -c tslint.cli.json", |
| 13 | + "lintall": "../../node_modules/.bin/tslint -t msbuild --project . -c tslint.release.json", |
| 14 | + "lintfix": "../../node_modules/.bin/tslint -t msbuild --project . -c tslint.cli.json --fix", |
| 15 | + "coverage": "../../node_modules/.bin/istanbul cover -i \"dist/src/**/*.js\" --dir ./build/coverage node_modules/.bin/_mocha -- dist/test --opts test/mocha.opts", |
| 16 | + "remap": "../../node_modules/.bin/remap-istanbul -i build/coverage/coverage.json -o coverage -t html", |
| 17 | + "docs": "../../node_modules/.bin/typedoc --out ./docs .", |
18 | 18 | "watch": "watch 'yarn run test' './src' './test' --wait=3" |
19 | 19 | }, |
20 | 20 | "repository": { |
|
53 | 53 | "inline-source-map-comment": "^1.0.5", |
54 | 54 | "json-parse-better-errors": "^1.0.1", |
55 | 55 | "object.values": "^1.0.4", |
56 | | - "postcss-selector-parser": "3.1.1", |
57 | 56 | "regexpu-core": "^4.0.11", |
58 | 57 | "source-map": "^0.6.1", |
59 | 58 | "watch": "^1.0.2" |
|
0 commit comments