Skip to content

Commit

Permalink
released 0.5.8 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Jan 20, 2018
1 parent 6d14beb commit df2e60a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "ember-cli-bootstrap-sassy",
"version": "0.5.7",
"version": "0.5.8",
"description": "Bootstrap for SASS without any other cruft.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"lint:js":
"eslint ./*.js addon addon-test-support app config lib server test-support tests",
"start": "ember serve",
"test:glyphicon": "ember build && node ./node-tests/glyphicon-test.js",
"test": "ember try:each && npm run test:glyphicon"
Expand Down

0 comments on commit df2e60a

Please sign in to comment.