add moment properly
This commit is contained in:
		
							parent
							
								
									0b5ddc100d
								
							
						
					
					
						commit
						99264f444b
					
				| 
						 | 
				
			
			@ -18,6 +18,7 @@ var app = new EmberApp({
 | 
			
		|||
 | 
			
		||||
app.import("bower_components/bootbox/bootbox.js");
 | 
			
		||||
app.import("bower_components/message-bus/assets/message-bus.js");
 | 
			
		||||
app.import("vendor/moment/moment.js");
 | 
			
		||||
 | 
			
		||||
// Use `app.import` to add additional libraries to the generated
 | 
			
		||||
// output files.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,8 @@
 | 
			
		|||
    "ember-qunit": "0.1.8",
 | 
			
		||||
    "ember-qunit-notifications": "0.0.4",
 | 
			
		||||
    "qunit": "~1.15.0",
 | 
			
		||||
    "message-bus": "https://raw.githubusercontent.com/SamSaffron/message_bus.git"
 | 
			
		||||
    "message-bus": "https://raw.githubusercontent.com/SamSaffron/message_bus.git",
 | 
			
		||||
    "momentjs": "~2.8.4"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "bootbox": "~4.3.0"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,6 @@
 | 
			
		|||
    "ember-cli-font-awesome": "0.0.4",
 | 
			
		||||
    "ember-cli-ic-ajax": "^0.1.1",
 | 
			
		||||
    "ember-cli-inject-live-reload": "^1.3.0",
 | 
			
		||||
    "ember-cli-moment": "0.0.1",
 | 
			
		||||
    "ember-cli-qunit": "0.1.0",
 | 
			
		||||
    "ember-export-application-global": "^1.0.0",
 | 
			
		||||
    "express": "^4.8.5",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue