We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d14beb commit df2e60aCopy full SHA for df2e60a
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "ember-cli-bootstrap-sassy",
3
- "version": "0.5.7",
+ "version": "0.5.8",
4
"description": "Bootstrap for SASS without any other cruft.",
5
"directories": {
6
"doc": "doc",
7
"test": "tests"
8
},
9
"scripts": {
10
"build": "ember build",
11
- "lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
+ "lint:js":
12
+ "eslint ./*.js addon addon-test-support app config lib server test-support tests",
13
"start": "ember serve",
14
"test:glyphicon": "ember build && node ./node-tests/glyphicon-test.js",
15
"test": "ember try:each && npm run test:glyphicon"
0 commit comments