Skip to content

Commit df2e60a

Browse files
released 0.5.8 to npm
1 parent 6d14beb commit df2e60a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "ember-cli-bootstrap-sassy",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"description": "Bootstrap for SASS without any other cruft.",
55
"directories": {
66
"doc": "doc",
77
"test": "tests"
88
},
99
"scripts": {
1010
"build": "ember build",
11-
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
11+
"lint:js":
12+
"eslint ./*.js addon addon-test-support app config lib server test-support tests",
1213
"start": "ember serve",
1314
"test:glyphicon": "ember build && node ./node-tests/glyphicon-test.js",
1415
"test": "ember try:each && npm run test:glyphicon"

0 commit comments

Comments
 (0)