Skip to content

Commit 073e485

Browse files
committed
Drops gulp (including bundling and minification) and updates all dependencies
1 parent 2319efb commit 073e485

18 files changed

+1937
-886
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Contributing
176176

177177
1. Fork this repository
178178
2. Run `npm install`
179-
3. Write the behavior you expect in `spec-coffee/`
180-
4. Edit files in `coffee/` until `grunt test` says you're done
181-
5. Run `grunt` to update `sorted-set.js` and `sorted-set.min.js`
179+
3. Write the behavior you expect in `test/`
180+
4. Edit files in `coffee/` until `npm test` says you're done
181+
5. Run `npm run dist` to update build products in the `dist/` folder
182182
6. Submit a pull request
183183

184184
License

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-sorted-set",
33
"version": "0.1.0",
4-
"main": "sorted-set.js",
4+
"main": "./dist/SortedSet.js",
55
"ignore": [
66
"**/.*",
77
"node_modules",

dist/SortedSet.js

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/SortedSet/AbstractBinaryTreeStrategy.js

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/SortedSet/AbstractSortedSet.js

Lines changed: 130 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)