Skip to content

Commit

Permalink
Renames the jasmine 'server' tasks to 'browser' for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmcclure committed May 24, 2014
1 parent 352e800 commit e63c85d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ module.exports = function(grunt) {
]);

// Mount public Jasmine suite.
grunt.registerTask('jasmine:neatline:server', [
grunt.registerTask('jasmine:neatline:browser', [
'jasmine:neatline:build',
'connect'
]);

// Mount editor Jasmine suite.
grunt.registerTask('jasmine:editor:server', [
grunt.registerTask('jasmine:editor:browser', [
'jasmine:editor:build',
'connect'
]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neatline",
"version": "2.2.4",
"version": "3.0.0",
"private": false,
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit e63c85d

Please sign in to comment.