Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
update to trowel 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Goyet committed Jan 5, 2017
1 parent 6afc6cd commit 86f917b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ You can also download a zip archive [right here](https://github.com/FriendsOfTro
The main scss file to include to your main `.scss` file is located at the `./src/scss/drops.scss`. As a *Trowel Component*, it also requires two dependencies to compile the *scss* code. Here an *scss* installation snippet.

```
// Trowel Dependencies
@import './path/to/dependencies/sassy-maps/sass/sassy-maps';
// Trowel Core Dependency
@import './path/to/dependencies/trowel-core/src/trowel';
// Trowel Components Drops
@import './path/to/dependencies/src/scss/drops.scss';
@import './path/to/dependencies/trowel-drops/src/scss/drops.scss';
```

#### *JavaScript*
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "git+https://github.com/FriendsOfTrowel/Drops.git"
},
"dependencies": {
"trowel-core": "^1.3.0",
"tether": "^1.3.8"
"tether": "^1.3.8",
"trowel-core": "^2.0.0"
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trowel-drops",
"version": "0.2.0",
"version": "1.0.0",
"description": "The official Trowel Component for drops",
"scripts": {
"test": "gulp",
Expand Down Expand Up @@ -40,5 +40,8 @@
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.9.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"trowel-core": "^2.0.0"
}
}
1 change: 0 additions & 1 deletion test/src/trowel-drops.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@import 'bower_components/sassy-maps/sass/sassy-maps';
@import 'bower_components/trowel-core/src/trowel';
@import '../../src/scss/drops';
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3717,6 +3717,10 @@ trim-newlines@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"

trowel-core:
version "2.0.0"
resolved "https://registry.yarnpkg.com/trowel-core/-/trowel-core-2.0.0.tgz#8b7c4113e1d78c2d5d2668ad4bf5a20527c6f2cc"

tunnel-agent@~0.4.1:
version "0.4.3"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"
Expand Down

0 comments on commit 86f917b

Please sign in to comment.