|
36 | 36 | "license": "MIT", |
37 | 37 | "devDependencies": { |
38 | 38 | "autoprefixer-core": "^6.0.1", |
| 39 | + "ava": "^0.11.0", |
39 | 40 | "babel": "^6.3.26", |
40 | 41 | "babel-core": "^6.4.0", |
41 | 42 | "babel-eslint": "^4.1.6", |
| 43 | + "babel-plugin-external-helpers": "^6.4.0", |
42 | 44 | "babel-plugin-transform-regenerator": "^6.4.4", |
| 45 | + "babel-preset-es2015": "^6.3.13", |
43 | 46 | "babel-preset-es2015-rollup": "^1.1.1", |
44 | | - "chai": "^3.2.0", |
| 47 | + "babel-register": "^6.4.3", |
45 | 48 | "commitizen": "^2.5.0", |
46 | 49 | "cssnano": "^3.4.0", |
47 | 50 | "cz-conventional-changelog": "^1.1.5", |
|
60 | 63 | "grunt-contrib-watch": "^0.6.1", |
61 | 64 | "grunt-conventional-changelog": "^5.0.0", |
62 | 65 | "grunt-eslint": "^17.3.1", |
63 | | - "grunt-mocha": "^0.4.15", |
64 | 66 | "grunt-postcss": "^0.7.1", |
65 | 67 | "grunt-retinafy": "^0.1.5", |
66 | 68 | "grunt-shell": "^1.1.2", |
67 | 69 | "grunt-spritesmith": "^6.1.1", |
68 | 70 | "grunt-string-replace": "^1.2.1", |
69 | 71 | "load-grunt-tasks": "^3.4.0", |
70 | | - "mocha": "^2.3.4", |
71 | 72 | "phantomjs": "^1.9.19", |
72 | 73 | "promise": "^7.1.1", |
73 | 74 | "rollup": "^0.25.1", |
74 | 75 | "rollup-plugin-babel": "^2.3.9", |
75 | 76 | "rollup-plugin-commonjs": "^2.2.0", |
76 | 77 | "rollup-plugin-filesize": "^0.2.1", |
77 | 78 | "rollup-plugin-npm": "^1.3.0", |
78 | | - "rollup-plugin-replace": "^1.1.0", |
79 | 79 | "rollup-plugin-uglify": "^0.1.0", |
80 | 80 | "whatwg-fetch": "^0.11.0" |
81 | 81 | }, |
82 | 82 | "scripts": { |
83 | 83 | "commit": "git-cz", |
84 | | - "test": "rollup -c test/rollup.config.js && grunt test" |
| 84 | + "test": "ava test/**/*.test.js --require babel-register" |
85 | 85 | }, |
86 | 86 | "config": { |
87 | 87 | "commitizen": { |
|
0 commit comments