Просмотр исходного кода

Merge branch 'master' of https://github.com/avindra/fullcalendar into v2.8.0-dev

Adam Shaw 9 лет назад
Родитель
Сommit
69a1b6a462
2 измененных файлов с 2 добавлено и 6 удалено
  1. 1 4
      Gruntfile.js
  2. 1 2
      package.json

+ 1 - 4
Gruntfile.js

@@ -1,8 +1,5 @@
 
 module.exports = function(grunt) {
-
-	var _ = require('underscore');
-
 	// Load required NPM tasks.
 	// You must first run `npm install` in the project's root directory to get these dependencies.
 	grunt.loadNpmTasks('grunt-contrib-concat');
@@ -17,7 +14,7 @@ module.exports = function(grunt) {
 	grunt.loadNpmTasks('grunt-karma');
 	grunt.loadNpmTasks('grunt-bump');
 	grunt.loadNpmTasks('lumbar');
-	
+
 	// This will eventually get passed to grunt.initConfig()
 	// Initialize multitasks...
 	var config = {

+ 1 - 2
package.json

@@ -44,8 +44,7 @@
     "karma-jasmine": "^1.0.2",
     "karma-phantomjs-launcher": "^1.0.0",
     "lumbar": "^4.0.2",
-    "phantomjs-prebuilt": "^2.1.7",
-    "underscore": "^1.4.4"
+    "phantomjs-prebuilt": "^2.1.7"
   },
   "main": "dist/fullcalendar.js",
   "files": [