1
0
Fork 0

package.json keyword additions

This list has also been sorted, so pay close attention to the diff.
textend
Mike Gerwitz 2015-05-10 01:27:07 -04:00
parent dcbe48d982
commit a3add011fb
1 changed files with 9 additions and 4 deletions

View File

@ -29,13 +29,18 @@
},
"keywords": [
"classes",
"classical",
"extend"
"gnu",
"inheritance",
"interfaces",
"mixins"
"object oriented",
"oo",
"oop",
"classes",
"classical",
"interfaces",
"protected members",
"inheritance"
"traits",
"visibility",
]
}