Commit 37510ca2 authored by Arthur Verschaeve's avatar Arthur Verschaeve

WebRx: remove leftovers from grunt setup

We removed the gruntfile but forgot to edit `.gitignore` and `package.json`

Ref https://github.com/tastejs/todomvc/commit/adc4c72a370c5ce7c54aeead365f7559a447935b
parent 70dce39d
node_modules/grunt
node_modules/grunt-contrib-connect
node_modules/rx/*
node_modules/rx/dist/*
!node_modules/rx/dist
......
{
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0"
},
"dependencies": {
"rx": "~2.5.2",
"todomvc-app-css": "^1.0.0",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment