Skip to content

Commit

Permalink
Cleaned up package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 24, 2016
1 parent f7f1655 commit 875c2c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craft-neo",
"version": "1.0.0",
"description": "A Matrix-like field type that groups existing fields",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -13,7 +13,8 @@
"keywords": [
"craft cms",
"plugin",
"matrix"
"matrix",
"field type"
],
"author": "Benjamin Fleming",
"license": "MIT",
Expand All @@ -27,8 +28,6 @@
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
Expand Down

0 comments on commit 875c2c0

Please sign in to comment.