angular-editme
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "angular-editme", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Convert your AngularJS input and textarea elements to be edited inline ala LinkedIn profiles.", | ||
@@ -32,2 +32,3 @@ "homepage": "http://ryandrewjohnson.github.io/angular-editme/", | ||
"postbuild": "npm run copy:demo", | ||
"prepublish": "npm run build", | ||
"build": "babel src/editme.js -o dist/editme.compiled.js --source-maps && npm run styles", | ||
@@ -45,2 +46,3 @@ "test": "karma start karma.conf.js", | ||
"angular": "^1.5.3", | ||
"angular-mocks": "^1.6.1", | ||
"autoprefixer": "^6.3.5", | ||
@@ -47,0 +49,0 @@ "babel-cli": "^6.6.5", |
35098
14