Skip to content

Commit c9252b5

Browse files
committed
Tabula rasa
1 parent 31cc1ee commit c9252b5

File tree

166 files changed

+22
-59588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+22
-59588
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
node_modules/*
2-
build/*
1+
node_modules
2+
build
33
*.tgz
44
*.log
55
*.swp

.npmignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: node_js
2-
before_script:
3-
- npm install -g grunt-cli
2+
node_js:
3+
- "4"
4+
- "5"
5+
- "6"

Gruntfile.js

Lines changed: 0 additions & 206 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013-2014, Alexis Jacomy, http://sigmajs.org
1+
Copyright (C) 2013-2016, Alexis Jacomy, http://sigmajs.org
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
44
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,

0 commit comments

Comments
 (0)